• How do I create pages? If I try to make them using WordPress, then how would I add my menu?

    If I try to make them manually, copy and pasting all that code in index.php to other page files, I get an error.

    Please have a look at my site here: https://xeenat.com/wordpress

    Having a really hard time with WordPress. ?? >.<

    Any help will be greatly appreciated. Thank you.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter bk

    (@bk)

    I’m such an idiot. Got it fixed. Thanks. ??

    Also, is there anyway I could get rid of the “Next Post” and the “Previous Post” links? Check here : https://www.xeenat.com/wordpress/2005/05/17/xeenatcom-v2-update-4/

    The one on top, which lead you to next and previous posts. I found this code in index.php, but when I try to get rid of it, nothing happens.

    <div class="navigation">
    <div class="alignleft"><?php posts_nav_link('','','« Previous Entries') ?></div>
    <div class="alignright"><?php posts_nav_link('','Next Entries »','') ?></div>
    </div>

    Go back to my “anatomy” link provided 3 days ago (above) and study which template is used when 1 (one) post is displayed ??

    Thread Starter bk

    (@bk)

    Thank you, thank you! *bows down to Moshu*

    Could you please check my other thread as well. ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Adding New Pages’ is closed to new replies.