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

    (@gabrielroth)

    Depending on how your Tumblr posts are formatted, you should be able to hide the post bodies by editing your WordPress theme’s CSS using “display: none”.

    Thread Starter abadonna

    (@abadonna)

    Thanks for the tip!

    Sure, everything but the title can be hidden with “display: none”.

    Yet the title is not a link. I’ve put checkmark to “Link to each post on Tumblr”, but it’s still not clickable. In my Tumblr theme titles are also not clickable, so maybe that’s an issue?

    Thread Starter abadonna

    (@abadonna)

    Solved by rewriting line 176 of tumblr-widget.php:
    echo '<a href="'.$post_url.'">'.'<h3>'.$post_title.'</h3>'.'</a>'.'<p>'.$body.'</p>';

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display only post titles’ is closed to new replies.