该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Super Blog Pack: Like, Share, Review, Ratings all in one

描述

Finally here’s the plugin you only need to power up your blog. With this plugin, you get the below features:

  1. Post like button
  2. Post views counter
  3. Post reviews system with 5 star rating system (paginated)
  4. Related posts
  5. Smart columns for related posts
  6. Post share links
  7. Out of the box styling
  8. Adapts with any theme you are using
  9. Fully customizable
  10. Take over controls with dedicated options page

Click here for live demo!

Great news for theme developers!!

Super Blog Pack uses template functionality. That means you can integrate this plugin into your theme and override it’s plugin to customize anything you want! See “How can I customize it” under the FAQ section for more info.

More features are coming soon!

安装

Installation is same as any other plugins 🙂

  1. Upload the plugin files to the /wp-content/plugins/super-blog-pack directory, or install the plugin through the WordPress Plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress
  3. Now go to “Super Blog Pack” menu from dashboard to manage options!

常见问题

Why I see like, views, share, rating only on single post, not archive or search?

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.

How can I customize it?
  1. Copy the templates folder to the theme you are using.
  2. Rename the folder you copied to your theme to super-blog-pack.
  3. Customize each files that you want.
  4. Not required but recommended that you only keep the files that you need to customize in your theme folder. So other files gets loaded from the plugin itself.

It’s recommended that you create a child theme and use that. Because every time you update your theme, you’ll lose your custom edits.

I’m a theme developer, I want to integrate this to my theme

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!

评价

2022 年 8 月 4 日
Do not install this horrible plugin. This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
阅读所有1条评价

贡献者及开发者

“Super Blog Pack: Like, Share, Review, Ratings all in one” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.1.0

  • Initial releast.