Then you create the page as a page within wordpress. There is a different between posts and pages in WordPress. Play around with the two and also goto: Settings | Permalinks and watch the magic happen 🙂
[ Edited w/moderator note: let’s not risk discouraging people with jokes like that ]
review
http://codex.wordpress.org/Pages
pages are by definition static; you can remove the comment and other info by deactivating commenting on the page or in extreme by editing the page.php template of your theme.
Thread Starter
Zajaki
(@zajaki)
Okay, thanks guys!
I have another question related to this. How do i style these pages? Like when I post the text on the page it is right against the border of the page, I want it to be padded in but when I try to do it with the stle.css sheet it doesnt seem to work…
Any ideas?
Once again, thanks in advance!
Thread Starter
Zajaki
(@zajaki)
I don’t have a URL atm because I am using it on WAMP 🙁
How do i style these pages?
when I try to do it with the stle.css sheet it doesnt seem to work…
try to use a browser inspection tool (like Firebug) to find out what css classes are with the content of the page – this will depend on which theme you are using;
some general information:
http://codex.wordpress.org/CSS
Thread Starter
Zajaki
(@zajaki)
Did that Alchymyth and that worked! Thanks very much for you’re help and thanks Archie also! Appreciate the fast replies! Thanks guys!!!!