• Resolved tomarmstrongca

    (@tomarmstrongca)


    Hey! Firstly, thanks so much for the plugin, I love it! I am just having trouble figuring out how to remove the secondary title from all thumbnails/link backs to the post. I only want the secondary title on the post page below the main title, but it is showing up in the thumbnails for the blog listings/recent posts. I have it set on auto show and figure this might need to be done manually with css to remove/hide from everywhere else? Thank you!

    related posts secondary title vs non

    thumbnail w/ secondary title

Viewing 1 replies (of 1 total)
  • Plugin Author thaikolja

    (@thaikolja)

    Deactivate the “Auto insert” option and add the following code wherever you’d like to have the secondary title placed:

    <?php echo get_secondary_title($post_id); ?>

    You have to do that in your theme files.

    You can leave $post_id empty if you’re within the loop.

Viewing 1 replies (of 1 total)

The topic ‘hide 2nd title from post thumbnails’ is closed to new replies.