Sticky Sidebar
开发者 |
Kjeld Hansen
|
更新时间 |
2016年5月7日 12:25 |
捐献地址: |
去捐款 |
PHP版本: |
4.0 及以上 |
WordPress版本: |
4.4.2 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
Make a sticky sidebar and place it anywhere with shortcode.
Shortcode :
You will be get the shortcode after creating the sidebar
Manage Sticky Sidebars :
In wp dashboard , there is a menu called "Sticky Settings" to Add and Remove a Sticky Sidebar.
As you will add a sticky sidebar, you will see the shortcode to display the sidebar and then you will be able to see a new sidebar area in "Widgets Area".
Just drag any widget in the sidebar and display through the shortcode in a page, template or anywhere.
Display Sticky Sidebar
After creating a sticky sidebar, you will be provided a shortcode like : [sticky_sidebar 1], [sticky_sidebar 2] ...
Just write in wordpress pages or posts where you want to display : [sticky_sidebar 1] (for example)
Or use this php code to display in a template : echo do_shortcode('[sticky_sidebar 1]'); (for example)
安装:
- Add plugin to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode mention in the main page to display the goods
更新日志:
1.0
- May 5th, 2016
- Built this plugin