• Hello,

    I have not found the answer to this question anywhere. . .I do not even know if this is the proper place to ask this question but here it is.

    My site has a regular navigation

    [ home ] [ Breakfast ] [ Snacks ] [ Dinner ] etc

    I have my loop in the home page…. (thats where I want it)

    I also want to be able to click on the [breakfast] tab and on that page have all the posts related to breakfast show up there.

    [Snacks page]- all posts related to snacks to show up on that page.

    Q- Can this be done? How can this be done?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi iselaespana

    Yes, it can be done.

    The various navigation items [breakfast] [snacks] etc. will all be categories that you select when you post to your blog.

    If you are using a new theme that has custom menus, you can add categories to the menu:
    In your dashboard click Appearance -> Themes.

    If you don’t have custom menus, you need to edit your navigation file (usually in header.php) and use
    <?php wp_list_categories(); ?>

    If you can provide a link to your blog, that could help me help you further.

    Kenneth

    Thread Starter iselaespana

    (@iselaespana)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation and posts. Is it possible to pull posts to another page?’ is closed to new replies.