• ofpeb

    (@ofpeb)


    Hi,

    How do i get the links to my pages to show on my homepage? Where do they show on the homepage?

    thanks, joe

Viewing 4 replies - 1 through 4 (of 4 total)
  • rizaldy

    (@rizaldy)

    by page do you mean just pages or with categories ?

    if you just want to list page, you can call wp_list_pages function and put it anywhere on your template (ussualy it sit in header.php)

    and wp_list_categories for listing categories.

    just head over to the Codex Page, there’s so much pointer on how to wordpress interact with design process.

    Thread Starter ofpeb

    (@ofpeb)

    thanks for your help, but i don’t know what you mean by categories.

    my url is 100buckhouseraffle.com. there’s 6 pages to this site but the only page that comes up is the home page, which has no links to the other 5 pages on it. i can see the other five pages when i preview them after editing them, but have no access to them from the homepage when i type in the url.

    Thanks for your help! joe

    rizaldy

    (@rizaldy)

    did your theme had a header.php ?

    if it had, try to put <? wp_list_pages(); ?> or just try to put it anywhere……

    you do use wordpress right…? if you use a wordpress it should bring list of your pages up :D.

    but my personal advice is head over to codex page that i mention earlier, and try to grasp the page, post and categories concept.

    -A-r-

    Thread Starter ofpeb

    (@ofpeb)

    Hello, i typed <? wp_list_pages(); ?> it into my header and it lists my active pages from top to bottom making for a wide header, thus the pages are not left to right but top to bottom. doesn’t look right but on the plus side all the link pages are active, which tells me it can work just needs to be shown differently. Also the word ‘Pages’ shows up on my homepage which also doesn’t look right. Thanks for your help! joe

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘no links to pages on homepage’ is closed to new replies.