How to Create a New Page in WordPress?

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!

I get this question all the time. It’s rather simple, download the instructions and an example archives page. This example archives page is used with Heatmap Plugin and SRG Clean Archives Plugins.

Leave a Comments | Trackback | RSS 2.0

  1. 1. koko | September 13, 2006 #

    Can you please tell me how to change the design for the pages? I like your theme, thanks.

  1. 2. hso | September 13, 2006 #

    @ koko

    Can you please be more specific, designs as in content placement or designs as in colors/fonts/images?

  1. 3. koko | September 13, 2006 #

    Yes, hso.

    If you can please look at the site below, (in Japanese)
    http://www.junkoniwa.net/my-trip/
    you see a block of text after the header with my email at the end.

    What I want to do is
    1. I want to get rid of this for every pages. This is writte in index.php.

    2.Also, I want to get rid of the dates for the entry for pages.

    Thank you.

  1. 4. hso | September 13, 2006 #

    @ koko

    1) In the index.php file, delete the div tag called content, starting from

    < div id = " content " >
    to
    Main Index Template < / p > < / div >

    2) Look for < ? php the_time ( ) ? > in the div meta, delete it.

  1. 5. koko | September 14, 2006 #

    Thanks hso…. but nothing works. I’m afraid I need more specific guidance.

    1)It doesn’t work!

    2) This will exclude the dates for all the “entries” and “pages”. I want to delete the dates for only the “pages”

    Thank you for sticking with me…

  1. 6. hso | September 14, 2006 #

    @ koko

    If you want the dates in the pages excluded, then look for the code in the new page you created. If you have not created a new page, do so, it’s quite simple, copy/past the index.php and label it page.php, then delete the meta for dates/time and WordPress will know to use page.php to show page entries.

    If nothing works, send me your index.php and page.php files, I will edit it and send you back. Email me at headsetop@yahoo.com

  1. 7. koko | September 17, 2006 #

    I hope you received my message thanking you about your instructions to create page.php. It works just fine now, thank you!

    Another question for me….sorry to bug you so many times, just have no choice.

    How do you do an “excerpt” in your theme? In other words, I want to do the “read more” thing in the entries.

    Thank you dozen.

  1. 8. hso | September 17, 2006 #

    @ koko

    In your case, since you are using “Plain”, open index.php, look for line 30:

    < ? php the _ content ( __ ( ' ( more... ) ' ) ) ;  ? >
     

    Change the word “content” to “excerpt” and the word “more” to “read more” or whatever. Another way to do it is, simple change the word “more” to “read more” and use the WP more tag, i.e. when you are posting on WordPress, there is an options to split the post (button will be right next to the images button), that is split the post in any place you want and then show the read more link.

    Hope it helps.

  1. 9. koko | September 23, 2006 #

    hso….

    I just cannot figure out how you do this. There seems to be nothing like this on my administration page….

    >i.e. when you are posting on WordPress, there is an options to split the post (button will be right next to the images button), that is split the post in any place you want and then show the read more link.

    sorry + thanks.

  1. 10. hso | September 23, 2006 #

    @ koko

    Do you have your Rich Text Editor function on in WP? You should if you want to see that button, else use the code below to split the post.

    < ! --more-- >

    Without any spaces that is!

  1. 11. koko | September 27, 2006 #

    hso, fantastic! I tried the tag and it worked just fine. Thank you always. I really appreciate it.

  1. 12. Daniel | December 17, 2007 #

    Absolutely great advice. I could not figure out how to get rid of the date on my pages, and your tip did the trick!

    Keep up the good work and Thanks!

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.