Show popular post in scroll up
in PopularPost Setting, you can set:
- PopularPost Title: Title for your PopularPost Aink.
- PopularPost Title Long: Long for title.
- PopularPost Content Long: Long for content.
- PopularPost Height: Height for PopularPost Aink.
- Upload the folder
popularpost-aink
to your /wp-content/plugins/
directory,
- Activate the plugin through the "Plugins" menu in WordPress,
- Configure options via the PopularPost ==> Settings menu,
- Go to Appearance ==> Widget and drag 'n drop your PopularPost Aink to your sidebar to show PopularPost Aink if you have sidebar. If you not have sidebar, place the following code into your theme files where you want PopularPost Aink to appear;
<?php if (function_exists('PopularPostAink')) { echo PopularPostAink(); } ?>