Redox
Redox

Reputation: 993

Wordpress proper way of adding pages

I have been trying to figure this out now for a while but there but I haven't found any conclusive answer yet. I want to add some pages to wordpress that are static. I need to include JS script that is from a third-party login. Using JS, HTML, CSS. Very simple and basis login.

So normally what I do is create a page, empty, attach a template and put the JS/HTML/CSS/Text into that template.

However, it seems weird to create an empty page in a CMS. Is there another way, a proper way, of adding a normal page into wordpress without using the static PAGES option in the CMS?

Upvotes: 0

Views: 68

Answers (1)

ninja
ninja

Reputation: 2263

You could just create the page and add a link to it from your WP-site. But this is only if you don't need any of the wp-functions. Also it won't show up at all in your wp-admin dashboard.

Upvotes: 2

Related Questions