Author: yousan Related WordPress Plugins

Add Page From Template

Add Virtual WordPress 'page' from php template file automatically Not needed to add 'page' from admin panel The page-templates would be located at 'themes/your-theme/page-foobar.php' then the page will be created as 'http://www.example.com/foobar/' without admin panel. ...

Fb Share Count

This plugin adds a function that shows Facebook share number. <?php fb_share_count(get_the_permalink()); ?> Also used as shortcode. [fb_share_count] Fill "App ID" and "App secret" at admin panel. Call function or shortcode then get FB share count. ...