开发者 |
themestones
sohan5005 |
---|---|
更新时间 | 2019年1月30日 01:27 |
捐献地址: | 去捐款 |
PHP版本: | 3.6.0 及以上 |
WordPress版本: | 5.0 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/super-blog-pack
directory, or install the plugin through the WordPress Plugins screen directly.Some themes dont apply WordPress's default content filter on archive or search pages. That doesn't allow any plugin to detect where the post is being shown. So the plugin can't hook with the content and can't add elements there. But on the single page, it's always available to hook and add buttons, links and ratings.
templates
folder to the theme you are using.super-blog-pack
.Just add your theme support by this code: add_theme_support('ts-super-blog-pack-advanced')
. Now use the functions below to show different elements:
ts_sbp_meta()
- To show post meta
ts_sbp_reviews()
- For post review section
ts_sbp_related_posts()
- For related posts
ts_sbp_share()
- For post share links
Now customize templates for your theme with the guide described on the question above.
Detailed documentation with hooks and functions are coming soon!