• Hello ,

    Firstly see this screenshot :Link

    Here you’ll see 3 category right. But here i want to show only primary category that’s mean i select three category for my post but on entry meta i want to show only one category meta.

    I hope you understand it.

    In previous support ticket. You’ll say I’ll talk with rankmath team about php function of primary category. But they can’t give me any response. So I’m comeback here with new ticket. I hope now you guys help me to fix this shit !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Leo

    (@leohsiang)

    Hi there,

    Is the first category in the list always the primary category?

    If so you can try this CSS:

    ul.post-categories li:not(:first-child) {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Primary Category’ is closed to new replies.