" Our sales have increased dramatically with the new ecommerce website you developed for us. "
Popular Posts:
Written by admin under Articles
Well I made this plugin ages ago and somehow never got round to putting it up on the Developer Centre at WordPress.
You must have a widget enabled theme to use this plugin (most are tbh). Once you have uploaded and activated the plugin just add it to your sidebars widget area.
ThePath Tabbed Widget does link in with other plugins to make it work:
The above plugins must be installed if you are to get all the tabs working.
A known issue is WordPress.com Popular Posts adding a horrible title to the top of the tab window. This can be removed by editing the wppp.php on line 47 and removing the title from it:
$this->WP_Widget( 'wppp', __( 'Popular Posts', 'wordpresscom-popular-posts' ), $widget_ops, $control_ops );
change to:
$this->WP_Widget( 'wppp', __( '', 'wordpresscom-popular-posts' ), $widget_ops, $control_ops );
ThePath Tabbed Widget comes with its own CSS file so it should not conflict with your own CSS. However you may wish to edit the styles to match your own theme.
Hope you find it useful and if anybody finds a way of automagically removing the damn title from popular posts that would be awesome as it comes back when you upgrade the wpp plugin. Very annoying!
Download ThePath Tabbed Widget from the repository here.
You can see working examples of the plugin here or over at effutio.




