• So I want to know how to make it so that when I press the “Review” page it shows the “Review” Category page. I saw a huge post about this and after trying some of the things nothing seemed to work.

    Im new to WordPress so I don’t really understand the whole programming aspect of it.

    So please help and if its not too much trouble, I would kind of like a tutorial.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Just have your menu bar show categories instead of page titles, or use a Custom Menu if you want a mix of categories & pages to display.

    Thread Starter Kflame210

    (@kflame210)

    And how exactly do I do that?

    Your theme must support custom menus and if it does you will see the options in the theme admin area.

    Custom Menus

    It would be under Appearance in the admin menu. That would be the easiest way to do it without any coding.

    Otherwise if your theme doesn’t offer any options you can open header.php of your theme (or whatever file the menu is in) and change wp_list_pages to wp_list_categories. That will make your menu show category links instead of page links (if that’s what you want).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do you link categories to pages?’ is closed to new replies.