Content Sidebars
by Tony Hayes 2 (1 reviews)

Content Sidebars

Give an instant boost to your Layout and Call-to-Action options. Auto-add Sidebars to your Post Content Display, inside and out!

Content Sidebars ranks #32,174 among WordPress.org plugins with 10+ active installations, is #3,703 of 8,582 in the Customization category, a 2/5 rating from 1 reviews, and was last updated Jul 10, 2024. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 6.5 (Current: 7.1.2)
v1.7.0 Current Version v1.7.0
Updated 2 years ago Last Update on 10 Jul, 2024
Refreshed 8 hours ago Last Refreshed on
#3,703 of 8,582 in Customization Top 50% by installs No update in over a year
View on WordPress.org
Rank
#32,174
No change
Active Installs
10+
-41.2%
KW Avg Position
N/A
No change
Downloads
2.8K
+2 today
Support Resolved
0%
No change
Rating
40%
Review 2 out of 5
2 (1 reviews)

Next Milestone 20

Total Progress 40%
10+ 20+
18,912
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 6 more installs to reach 20+

Rank Changes

32,137 32,217 32,298 32,378 32,458 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
31,339 31,645 31,951 32,256 32,562 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #32,174
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

2.0
1 reviews
Overall 40%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
1 (100%)
1
0 (0%)

Frequently Asked Questions

Common questions about Content Sidebars

Once activated your will have additional Widget Areas available via Appearance -> Widgets. You can change your Content Sidebar Settings via Appearance -> Content Sidebars. There are other Plugin Options relating to the different types of Sidebars (explained below.) You can change PerPost Sidebar Display options via the post writing/editing screen Metabox. You can use filters or plugins to change the Sidebar output conditions (see last question.)
The shortcode Sidebars are inserted using the relevent shortcode for that Sidebar. eg. [shortcode-sidebar-1] or [shortcode-sidebar-2] or [shortcode-sidebar-3] They can be inserted anywhere in your posts using these shortcodes. If you want to insert them in a template or code, you can use, for example:
You can change the CSS for any of the Content Sidebars on the settings page. There is some default CSS already to help with some general styles and fixes. The relevent CSS IDs and classes for the different Sidebar types and widgets are: (also in a table on the Content Sidebars settings page for easy reference.) | Sidebar ID --------| Sidebar Class ----| Widget Class -------| Widget Title Class ---------------------.-------------------.---------------------.------------------- #abovecontentsidebar | .contentsidebar - | .abovecontentwidget | .abovecontenttitle #belowcontentsidebar | .contentsidebar - | .belowcontentwidget | .belowcontenttitle #loginsidebar -------| .contentsidebar - | .loginwidget -------| .loginwidgettitle * .loggedinsidebar --| .contentsidebar - | .loggedinwidget ----| .loggedinwidgettitle #membersidebar ------| .contentsidebar - | .memberwidget ------| .memberwidgettitle #shortcodesidebar1 --| .shortcodesidebar | .shortcodewidget ---| .shortcodewidgettitle #shortcodesidebar2 --| .shortcodesidebar | .shortcodewidget ---| .shortcodewidgettitle #shortcodesidebar3 --| .shortcodesidebar | .shortcodewidget ---| .shortcodewidgettitle #inpostsidebar1 -----| .inpostsidebar ---| .inpostwidget ------| .inpostwidgettitle #inpostsidebar2 -----| .inpostsidebar ---| .inpostwidget ------| .inpostwidgettitle #inpostsidebar1 -----| .inpostsidebar ---| .inpostwidget ------| .inpostwidgettitle if logged out, the .loggedoutsidebar is also added to all sidebars on that page. the .loggedinsidebar class is added to the Above, Below or Login sidebars on fallback,
The main Content Sidebars can be positioned by one of two methods of your choice. Either via Template Action Hooks or via the Content Filter. The Content Filter method is easier and faster to setup, but less flexible (read on for why.) The Content Filter method works for ANY theme, as it adds the sidebars to the_content(). You can adjust the priorities so they can 'fit' in with other end-of-post features such as Related Posts. The default is for absolute before (first) and absolute end (last.) The limitation of the Content Filter method is that for the 'Above Content' Sidebar it
on the Theme) - for that is typically above the_content - so filtering the content does not change that. So if you want the Above Content Sidebar to be completely above the Post Title you will need to use Template Action Hooks (which are preferable anyway.) Template Action Hooks are a better option because you do not rely on applying filters to the_content(), but you may need to find existing hooks in your Theme (preferable) - or if needs be to add them yourself into your theme templates. The default Template Layout Hooks used for the Above Content, Below Content and Login Sidebars are for [BioShip Framework]. You can add these Sidebars to others Themes either by finding or adding a hook to your Theme page templates (see the WordPress Codex for more information on the page template hierarchy.). Simply look for: do_action('my_themes_action_hook'); or add it where desired. Then change the corresponding hook name for that Sidebar on the Content Sidebars Settings Page, so that
Alternatively, you can call the sidebars directly in code with the function csidebars_get_sidebar(), eg. Above Content Sidebar Below Content Sidebar (Note: Do NOT forget the function_exist wrappers - they prevent your layout from breaking if you need to disable the Content Sidebars plugin at any time.)
The primary purpose of the 'Login' Sidebar is to allow users to login of course. As such, it will not show for a Logged In User in any case. If your site accepts user registrations in any capacity, having somewhere obvious to login can be a good idea. You can alays use a conditional Login Widget in your main Sidebar of course, but this way the Login Widget can be handled separately and positioned differently (eg. across the page, above/below navbar.) Just drop in a Login Widget into the Login Sidebar (such as a Theme My Login Widget) on your Appearance - Widgets page and then position the resulting Sidebar wherever you like, by using a Template Action Hook or function call (it will not be auto-added by the Content Filter positioning method, as that relates to the Above and Below Content Sidebars only.) You can place it below your main navigation bar, or above or within your header area for example. You can change the default hook from 'skeleton_before_header' to a hook used in your Theme page template, eg. header.php (again the default hook name used is for [BioShip Framework].) Again, look in your Theme template for:
or for a function call you can do:
The 'Logged In' or 'Members' fallback Sidebar is available for showing different content to Logged In Users. This means you can either hide Join / Signup / Register Widgets for registered users if they are logged in, or show the alternative contents of this Sidebar. This Sidebar can be used as a fallback for either the Above Content, Below Content and/or Login Sidebars. In other words, it will show instead of any of those sidebars (if you have 'Fallback' ticked next to that Sidebar in your settings) - for any Logged In User of any role (Wordpress user logged into your site that is!) This is pretty useful for showing Members Area links, or other user navigation and/or offers. Or even a role-based menu, for example, using the [Theme My Login Plugin] (User Links Module.) It has a drap-and-drop interface for all roles from administrator to subscriber. And of course, other Members plugins may have their own Widgets that you can use for this.
The InPost Sidebars are inserted automatically into the Post Types that you choose on the Settings page. You can choose 1 to 3 Sidebars and the paragraph positions where the Sidebars

Sign In / Register

You need to sign in or register to use this feature.