Viewing 1 replies (of 1 total)
  • I permanently removed the titles and text formated stuff around the popular thumbnails this way, first, backup the wordpress-popular-posts.php and wpp.css files.

    Then open wordpress-popular-posts.php and edit the line (around line 1234) adding:

    class=”hideme”

    in the A tag

    so the line then should look something like this

    ‘title’ => ‘<a class=”hideme” href=”‘.$permalink.'”

    then update your wpp.css file by adding this code

    a.hideme {
    display: none;
    visibility: hidden;
    }

    This way you may have only thumbnails and no more any links around it. You will have to repeat this change as soon you will update your plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove a popular post's title in WP popular post plugin?’ is closed to new replies.