This plugin adds six functionalities that all blogs should have:
Breadcrumbs
Pagination
Post pagination
Related content after posts
Author info after posts
Social sharing buttons after posts
You can turn on / off each functionality in one click or add it manually.
You will find an advanced setting page for easy customization on the wordpress menu.
安装:
Upload WP-Basics directory to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Go to WP-Basics menu to activate and configure the plugin
屏幕截图:
升级注意事项:
1.7
Upgrade to enjoy new features.
1.5
Upgrade to enjoy new features.
常见问题:
How can i use this functionalities to other site of my blog?
You can add each functionality anywhere on your blog by calling functions directly.
You will need some wordpress
knowledge to do this.
Social sharing: if ( function_exists( 'wb_social_sharing' ) ) { echo wb_social_sharing(); }
If you do it, deactivate the function in the option panel. The other options will still work,
you can continue setting it through the options panel.
更新日志:
2.0
Migration to Redux Framework
Code improvments
1.7
*Improved options
1.5
Added new images to option menu
Added global pagination function
1.0
First release