Widgets on Pages

Description

The easiest, and highest rated way to Add Widgets to Posts and/or Pages. Create unlimited dynamic sidebars (widget areas) and insert these into a WordPress post or page.

Create as many widget areas (Turbo Sidebars) from the settings menu, and these can be used multiple times.

Each sidebar can be called independently by a shortcode, and you can call more than one per post/page.

Sidebars can be included in the post/page by using a shortcode like the following, where x is the name of the sidebar.

[widgets_on_pages id=x]

With the PRO version the widgets can be inserted simply with clicks-not-code using a wizard in the visual editor. This version also includes layout options to easily set the widgets in columns/grid presentation.

Pro version also supports the configurable option to automatically add widgets to all your posts and/or pages. Choose the layout options and whether to add the sidebar and widgets before or after the content. Ideal for adding lists of related posts to the end of every post. Each post and page can also be individually excluded from the auto-inclusion of the widgets.

Pro version key features
* Responsive Horizontal/Column/Grid layout
* Auto insert in Header, Content, or Footer
* Priority Support

Basic In-Content Instructions

  • Create a Turbo Sidebar, these are your special widget containers
  • Add widgets to the Turbo Sidebar in the same way as you do for normal sidebars
  • If using the visual editor use the Add Turbo Sidebar button to add the Shortcode into your post or page where you’d like it to appear.

The sidebars can also be added to any theme, using template tags. This is an ace way to add widgets/sidebars to a theme’s header and footer (or any other part of a theme).

Demo Video

Current Features Include

  • Highest Rating – 122 5* Reviews
  • No Coding needed
  • Create unlimited sidebars
  • Place them in posts/pages/custom post types
  • Add to themes using template tags
  • Works with ALL widgets and themes (let us know if you have an issue)

Recent Reviews

∗ ∗ ∗ ∗ ∗ Just purchased PRO version and well worth the money. – @artmuns

∗ ∗ ∗ ∗ ∗ Works as advertised + timely response to support request – @3cstudio

∗ ∗ ∗ ∗ ∗ Saving me HOURS of work – @andynick

Screenshots

  • Setting up the sidebars.

  • Widgets on Pages 'Turbo Sidebars' page.

Installation

  1. Install the plugin from within the Dashboard or upload the directory widgets-on-pages and all its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add the widgets you want to the Widgets on Pages widget area in the admin screens
  4. Add the shortcut [widgets_on_pages id=x] to the page or post in the place where you’d like your widgets to appear (where ‘x’ = the id of the sidebar to use (or the name if you have named it such as [widgets_on_pages id=TagCloud]). If using only the default sidebar then no ‘id’ argument is needed (i.e. [widgets_on_pages]).
  5. To add a sidebar into a theme you can add the following type of code to the relevant PHP theme file. <?php widgets_on_template("wop_1"); ?>
  6. If you see bullet points/images next to the widget titles when using this plugin use the ‘Enable Styling’ setting in the options page
  7. For further info check out these ace videos put together by Jessica Barnard

FAQ

How can I remove the bullet points which appear next to each widget?

Simply select the ‘Enable Styling’ setting in the Widgets on Pages options page.

I did the above but the bullets still show, what now

Your theme’s CSS is probably overriding your setting… you could try using your browsers *inspect element” function to see what part of the CSS is setting the list-style.

Can I have more than one defined sidebar area

Yes… you can have an unlimited number of sidebars defined. The number available can be administered via the settings menu.

What widgets are supported?

All of them. Yup, We’ve not come across a single non-working one yet.

Auto Import for Headers/Footers isn’t working – What now?

This is a new feature, and is handled differently for various themes. Although tested with a variety of different ones I’m aware that this might not work straight out the box for all users. Please post a support ticket and I’ll look into it.

Reviews

2 February 2024
Excelente plugin, me funciono exactamente para lo que necesitaba y lo mejor, gratis!
7 September 2023
when is there an update for php 8.2. works with 7.x not 8.2 Please update I need this plugin. Fixed PHP 8.2.10 it is working and Wordpress V6.3.1
Read all 156 reviews

Contributors and Developers

“Widgets on Pages” is open source software. The following people have contributed to this plugin.

Contributors

“Widgets on Pages” has been translated into 3 locales. Thank you to the translators for their contributions.

Translate “Widgets on Pages” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Change Log

1.8.1

  1. Fixed issue where TurboSidebars could not be shown when picking from the TinyMCE toolbar

1.8

  1. Dep bump – Freemius SDK update to 2.5.10
  2. Tested up to 6.2.2

1.7

  1. Dep bump – Security Fix

1.6

  1. Dep bump – Security Fix

1.4

  1. Free version now supports TinyMCE button to add widgets

1.3

  1. Adding buttons to admin UI for copying/pasting the Shortcodes and Template Tags
  2. PRO – More Auto-Insert options. Can now auto-insert before/after header or footer, too.
  3. Updated main admin page to show video how to, following feedback from users.
  4. Fixed issue with < PHP5.5. Introduced with the conditional showing of shortcode/template-tag meta boxes as part of v1.2

1.2.3

  1. Fixed issue – Conflict with some admin pages – Seen with Subscribe to Comments Reloaded

1.2.2

  1. Change capability of TurboSidebars menu item to ‘edit_post’ to allow editor access

1.2.1

  1. Bugfix – remove TurboSidebars from Search results

1.2

  1. Pro – Add Auto Insert support for automatically adding Widgets into posts and page, with options for before or after content, restricting by post/page and explicitly excluding from specific posts and pages.
  2. Add nice message if trying to activate plugin when other versions may already be active
  3. Remove Turbo Sidebar shortcode-meta-box prior to 1st save.
  4. Add Template Tag to Turbo Sidebar meta box

1.1.1

  1. Bugfix – remove TurboSidebars from Search results

1.1.0

  1. Analytics inclusion for support and ongoing maintenance

1.0.5

  1. Bugfix: Should fix [issue where widgets were jumping out of the sidebars back to inactive state]. Thanks to all involved for help in debugging. Bug only affected some installs (theme dependant)
  2. Coloured border to identify TurboSidebars in Widget Admin screen.

1.0.4

  1. PHP 5.2 Support

1.0.3

  1. Fixed issue with “Settings” link appearing next to each plugin.
  2. Added link to the Turbo Sidebars from the old Settings page, as per this forum post, great idea.

1.0.2

  1. Fixed issue headers being sent from template tag function.

1.0.1

  1. Fixed issue with php warning when styling checkbox was unchecked.

1.0.0

  1. Re-written to use OO approach and best practices, using the WordPress Plugin Boilerplate project and WordPress Coding Standards
  2. Fixed Undefined Index: enable_css issue from the support forum
  3. Added suggestion Enqueue the CSS from the support forum
  4. Moved admin menu to Appearance
  5. Use of Turbo Sidebars as our special widget areas. Better management through CPT

0.0.12

  1. Updated internals to “re-hide” options screen from non Administrators (thanks to franklin for spotting this)
  2. Removed some potential name conflicts

0.0.11

  1. Replaced all short PHP tags with long ones to ensure the plugin worked as expected even on sites where PHP short tags were disabled. Props to drdanchaz over at the WordPress.org forums for the tip-off.
  2. Added more specific selectors to the wop.css to target ul>li as well as ul.

0.0.10

  1. Added option to add CSS file to auto remove bullets… this has been the biggest cause of support mails/forum posts.

0.0.9

  1. Corrected shortcode tags show in Widget admin page.

0.0.8

  1. Resolve potential conflicts with other plugins (contextual help callback).
  2. Fixed bug so that Widgets settings are not lost when switching themes. Credit to wesleong over at WordPress.org forums for getting this fix on the right track!
  3. Add settings link on main dashboard plugins page

0.0.7

  1. Resolve conflict with YouTube Lyte plugin (thanks to Massa P for the tip off)
  2. Can now add sidebars via template tags so extra sidebars can be added to themes very quickly.
  3. Added contextual help.

0.0.6

Sidebars can now be named via the options page. These names can be used in place of the numerical id used in older versions. Note that if you change the name you will need to manually update any shortcodes where this is being used.

0.0.5

Fix for activation errors. Looks like it might’ve been the use of php short open tags or line ending chars.

0.0.4

There is now no longer a limit on the number of sidebars that can be defined. Each sidebar can be called independently.

0.0.3

The number of sidebars can now be defined via the settings menu. There can be up to 5 defined. Each sidebar can be called independently.

0.0.2

Minor update so that the functions.php code is not needed anymore… makes life easier.

0.0.1

1st release – only supports one defined in-post/page widget area