I already have a website with Flash content published on the web but I need to customize it a little bit more. How do I add popular pages widget to show my website's most popular web pages with clickable URL's? Thanks in advance.
How do I add popular pages widget?
Adding popular page is a good thing to show the best content to the users. You can show your popular post or page by wordpress ‘popular post’ plug-in. Also you can find tutorial from this link http://www.tech-cave.com. Adding script mainly depend on what platform you are using for your site.
How do I add popular pages widget?
Hi,
Please follow one of the below ways to add popular page widget to your website.
1st solution
Dashboard > layout > Edit HTML
Just after your <p> <data:post.body/> </p> , paste below coding.
<script src="http://foxrecord.com/scripts/gettop.js" type="text/javascript"></script>
Click “Save templates “.
2nd solution
In WordPress you can search available widgets and add them to your site.
For more information on adding widgets on pages please refer the link.