Plugin info

Total downloads: 1,863
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 3/11/2014 (4313 days ago)
Added to WordPress: 1/5/2014 (11 years old)
Minimum WordPress version: 3.0
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4313 days ago

20/100

Is WP-Basics abandoned?

Possibly abandoned (last update 4313 days ago).

Compatibility

Requires WordPress: 3.0
Tested up to: 3.7.41
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

After Content
Rating 1.0/5 (1 reviews)Active installs 10
Simple Author Bio
Rating 5.0/5 (2 reviews)Active installs 200
Book Author Bio
Rating 0.0/5 (0 reviews)Active installs 10
Stylish Author Bio
Rating 0.0/5 (0 reviews)Active installs 10

Description

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.

Installation

  1. Upload WP-Basics directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to WP-Basics menu to activate and configure the plugin

Frequently Asked Questions

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.

  • Breadcrumb: if ( function_exists( ‘wb_breadcrumbs’ ) ) { echo wb_breadcrumbs(); }
  • Pagination: if ( function_exists( ‘wb_pagination’ ) ) { echo wb_pagination(); }
  • Post pagination: if ( function_exists( ‘wb_post_pagination’ ) ) { echo wb_post_pagination(); }
  • Related content: if ( function_exists( ‘wb_related_content’ ) ) { echo wb_related_content(); }
  • Author info: if ( function_exists( ‘wb_author_info’ ) ) { echo wb_author_info(); }
  • 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.

Review feed

No reviews available

Screenshots

  1. Breadcrumbs options.

    Breadcrumbs options.

  2. Pagination options.

    Pagination options.

  3. Post pagination options.

    Post pagination options.

  4. Related content options.

    Related content options.

  5. Author info options.

    Author info options.

  6. Social sharing options.

    Social sharing options.

Changelog

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