• I am using the Arras template, and after clicking a menu item in the top navbar, I am being sent to a list of posts in that category. How can I get it to go directly to the post I want?

    Example is here.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think the simple answer lies in WP’s design. Generally Pages go into a menu, not Posts. Posts are the “recent articles” and “news”, whereas the Pages are “permanent” stuff. This is over-generalizing, but illustrates the point.

    That said, there are various WP functions to get Categories (and other things) to show up in a menu, as the theme developer has apparently done. You can look into editing the theme (possibly in header.php) and digging into WP function docs, but that may be more hacking than you’d like to do.

    The easy thing would be to try using Pages for what you want in the menu, and see if that gives you what you need. On my own Homepage, I don’t use Posts at all, only Pages, whereas on my blogs I use Posts a whole lot, and accordingly, they don’t appear in the menu.

    Oh, and I forget to mention that you can organize your pages so that you have “subpages” under a Page – if your theme developer has kindly coded for it (by no means certain!), you will get an instant dropdown menu doing this! When you edit a Page, you’ll see a setting for Parent, and this is where you do this. It’s awesome.

    Good luck, Dave

    Thread Starter Diventare Creative

    (@wms-group)

    Thanks for the insight Dave ?? These theme does have dropdowns by adding subcategories to the parent. Those do the same as far as structure goes… I will keep looking and see if I can convert to use pages instead…

    Have a great day ??

    Excellent, the developer has coded for that. btw, I like your site topic, and hope you have big success with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My navbar sends visitors to a category list instead of the actual post’ is closed to new replies.