• Hi all,

    I want to add menu items to my navigation in Typebased theme. BUT I want to it in such a way that each item is an archive of posts associated with one category or tag.

    Right now, I can add pages, and they do appear on the Nav Bar, but they are not dynamic.

    The site I am working on is: https://www.thestockwell.com

    thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter ashamis

    (@ashamis)

    this is great information, can you please tell me, how to use it? as in on what page.

    I don’t know the Typebased theme itself but judging by your site, I’d suggest looking in header.php or sidebar.php. You need to look for wp_list_pages. This is the template tag that is currently producing the page links on your navbar. If you want to have category links instead, you’d need to replace wp_list_pages() with wp_list_categories(). You might also have to carry out some editing on the theme’s stylesheet.

    Another option is to see if the theme’s navbar will accept widgets in Admin/Appearance/Widgets. If it will, try just adding the category widget and see what happens. If you don’t like the results, removing the widget will restore your navbar of page links.

    Thread Starter ashamis

    (@ashamis)

    this sounds great!

    One problem is, how do I add a widget(s) to the navbar.

    thanks a lot for your help!

    Admin/Appearance/Widgets

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help With putting postes in different pages in Typebased theme’ is closed to new replies.