Flexible Recent Posts Widge not Displaying Thumbnails
-
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/
- The topic ‘Flexible Recent Posts Widge not Displaying Thumbnails’ is closed to new replies.