• Hello. Total wordpress n00b.
    First I wanna know how to add a active page sorta lass to my nav items, just looking for a link explaining or something. And same with my categories.
    I want my categories to be separated by an <hr />, can’t find how to do that at all.
    Last question is for my pages, do I have to manually add home link myself or can wp do this? And for two of the pages I want it to display blog posts from two different categories, but not really categories, maybe tags. So page one will list blog posts with a tag of one etc.

    Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • categories are shown as list items, so you could add something like

    border-bottom: 1px solid #000;

    in your style.css for those li’s.

    Peter

    Thread Starter johnathan1707

    (@johnathan1707)

    It nerds to use a background image and adding it to the li wasn’t working properly. It’s just two 1px lines but diff colours, I tried the groove stroke style but what looked good in safari looked terrible in FF and vice versa. So hr is really necessary.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘List categories, nav’ is closed to new replies.