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

    (@keesiemeijer)

    Hi thunderfire

    Try it with this in your theme’s functions.php

    add_filter( 'related_posts_by_taxonomy_caption', '__return_empty_string' );

    btw:
    consider creating a child theme instead of editing your theme directly – if you upgrade the theme all your modifications will be lost. Or create a plugin with the code above.

    Thread Starter WaterDomeMusic

    (@thunderfire)

    Hi keesiemeijer,

    thanx for your quick reply. Brilliant, works perfect. I’m already using a functionality pluign ??

    Plugin Author keesiemeijer

    (@keesiemeijer)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Exclude post titles from widget in post thumbnail mode’ is closed to new replies.