@hcabrera the site is accessible only in the company’s intranet.
The HTML code of the sidebar widget containing the plugin is as follows:
<div id="block-122" class="sidebar-box widget_block clr"><div class="widget popular-posts wpp-ajax"><!-- cached -->
<ul class="wpp-list">
<li>
<a href="https://..." class="wpp-post-title" target="_self">...</a>
<span class="wpp-meta post-stats"><span class="wpp-date">2 weeks ago</span></span>
</li>
<li>
<a href="https://..." class="wpp-post-title" target="_self">...</a>
<span class="wpp-meta post-stats"><span class="wpp-date">1 week ago</span></span>
</li>
</ul>
</div>
We just need a simple divider between the {li} tags, hust like the latest posts widget.
I hope this helps.
-
This reply was modified 3 years, 2 months ago by johnhoston.