• I’m using the Flexible Recent Post plugin to display recent posts in the sidebar. Everything works fine except the thumbnails. I have tried adding it in the interface; I’ve hand coded it into the code; and neither work. Am I missing something? Is that function browser selective? I’m using Safari and Firefox.

    Any help you can provide is greatly appreciated.

    You can view the site at https://035d73b.netsolhost.com/WordPress/.

    Here is the code that I hand entered trying to get it to work. I realize that the thumbnail is in it’s own div in this code. That was just the last thing I tried.

    <h4 class=”news-widget-title”>[frp_title]</h4>
    <div class=”excerpt”>[frp_thumbnail]</div>
    <div class=”news-widget-excerpt”>[frp_excerpt] read more</div>
    <div class=”news-widget-date”>[frp_date format=”d.m.Y”]</div>

    I also tried it like this,

    <h4 class=”news-widget-title”>[frp_title]</h4>
    <div class=”news-widget-excerpt”>[frp_excerpt][frp_thumbnail] read more</div>
    <div class=”news-widget-date”>[frp_date format=”d.m.Y”]</div>

    https://www.ads-software.com/extend/plugins/flexible-recent-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Paul Annekov

    (@thesteelrat)

    Is that function browser selective?

    No, [frp_thumbnail] is not browser selective.

    1. Do you attach thumbnails to your posts?
    2. Have you plugin version 0.2 or 0.1?

    Can you add this widget on some page on your site and give me the link?

Viewing 1 replies (of 1 total)
  • The topic ‘Flexible Recent Posts Widge not Displaying Thumbnails’ is closed to new replies.