Hi @freemason,
Well, that depends. Please share our site’s URL so I can have a look at your popular posts list and I may be able to help.
Hi, @hcabrera
My website lisk is http://www.freemason.pt. The widget is called “Artigos mais lidos (Últimos 30 dias)” and I would like tit to show as the widget below “Novos Artigos”
Regards
A Jorge
Alright, please try this:
- Go to Appearance > Widgets.
- Find the WordPress Popular Posts widget you’re using on your sidebar and click on it to access its options.
- Check the “Use custom HTML Markup” option under “HTML Markup settings” and click on Save to apply changes.
- Under “Before/after Popular Posts”, change
<ul class="wpp-list"> into <ul class="wpp-list rpwe-ul">
- Set “Post HTML Markup” to:
<li class="rpwe-li rpwe-clearfix">
<a class="rpwe-img" href="{url}" rel="bookmark"><img class="rpwe-alignleft rpwe-thumb" src="{thumb_url}" alt="{text_title}"></a>
<h3 class="rpwe-title"><a href="{url}" title="Permalink to {text_title}" rel="bookmark">{text_title}</a></h3>
</li>
- Click on Save to apply changes.
- Go to Settings > WordPress Popular Posts > Tools. Under Miscellaneous, set “Use plugin’s stylesheet” to “Disabled” and click on Apply to save changes.
- If you have a caching plugin installed on your site (eg. WP Super Cache) clear its cache so changes are applied to your site immediately.