Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author thaikolja

    (@thaikolja)

    Hi @grandadmiral12345,

    That’s very easily possible.

    All you have to do is finding a unique element ID or class where you’d like to hide it. Let’s assume it’s in the sidebar. The code could look as easy as this:

    #sidebar .secondary-title { display: none }

    However, for this to work, you must wrap the %secondary_title% placeholder in the “Title format” section of Secondary Title’s settings page into a unique element. LIke this:

    <span id="secondary-title">%secondary_title%</span>........

    If you show me the site you’re having the issue with, I can quickly give you the CSS change needed. It’s really just CSS.

    Thread Starter grandadmiral12345

    (@grandadmiral12345)

    Thanks for the response @thaikolja. Take a look here

    In this instance, the line beginning, “The End Approaches…” is the secondary title.

    Plugin Author thaikolja

    (@thaikolja)

    I’m going to close this thread since it overlaps with this ticket.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent Secondary Title from apearing in post breadcrumbs’ is closed to new replies.