Thread Starter
ronnix
(@ronnix)
Tried the following: <?php echo do_shortcode("[wpp range='last7days' limit=5 stats_views=0 stats_comments=1 order_by='views' post_type='post' post_html='<li>{title} <span class='wpp-meta post-stats'>{total_comments}</span></li>' title_length=25]"); ?>but nothing happens. And yes, I added the other code in functions.php of the theme. Any idea?
Thread Starter
ronnix
(@ronnix)
Thanks for the fast reply. Unfortunately, I’m not using the widget, but the following shortcode: <?php echo do_shortcode(“[wpp range=’last7days’ limit=5 stats_views=0 stats_comments=1 order_by=’views’ post_type=’post’ title_length=25]”); ?>
Any idea how can I do this without the widget? Thanks again.