Viewing 3 replies - 1 through 3 (of 3 total)
  • in the file
    \wp-content\plugins\list-category-posts\templates\default.php

    move this

    //Post Thumbnail
      $lcp_display_output .= $this->get_thumbnail($single);

    before this

    //Show the title and link to the post:
      $lcp_display_output .= $this->get_post_title($single);

    BTW, remember that you can also write a custom template instead of change default.php

    instructions here: http://wordpress.org/plugins/list-category-posts/other_notes/ (Template System)

    Greetings! I’ve followed these instructions and my page is using the new custom template, however the custom classes I had applied before I setup the custom template aren’t being applied anymore? Additionally, the Read More link (that was showing when using the default template) is no longer there. Any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thumbnails before post link’ is closed to new replies.