Title: Side Content
Author: alfaguru
Published: <strong>July 9, 2008</strong>
Last modified: January 25, 2015

---

Search plugins

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.

![](https://s.w.org/plugins/geopattern-icon/side-content.svg)

# Side Content

 By [alfaguru](https://profiles.wordpress.org/alfaguru/)

[Download](https://downloads.wordpress.org/plugin/side-content.zip)

 * [Details](https://wordpress.org/plugins/side-content/#description)
 * [Reviews](https://wordpress.org/plugins/side-content/#reviews)
 *  [Installation](https://wordpress.org/plugins/side-content/#installation)
 * [Development](https://wordpress.org/plugins/side-content/#developers)

 [Support](https://wordpress.org/support/plugin/side-content/)

## Description

This plugin provides similar functionality to the [Drupal Side Content module](http://drupal.org/project/sidecontent).

It enables you to define a set of widgets which are effectively placeholders. Each
one is empty until you assign content
 to it when editing a page. This enables you
to extend the content of the page into the sidebar.

Suppose, for example, you have a set of pages about people in your company. You 
could use a side content
 widget to add a biography for each of them, or a photo,
or to list their favourite pizza toppings.

You can use the plugin without any template changes at all, but it does provide 
a simple API so you can test for the presence of side content widgets and adjust
your templates accordingly.

As of release 0.7 of the plugin, it supports the [WP shortcode API](https://codex.wordpress.org/Shortcode_API).
There is also an extra add-on plugin which provides the same support for [NextGEN Gallery](http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/)
shortcodes (development sponsored by [Comunicrea s. n. c.](http://www.comunicrea.com/)).

Release 0.75 fixes a bug affecting side content widgets with names containing characters
other than lowercase alphanumerics. A new contributed extension provides integration
with the qTranslate plugin.

Release 0.8 adds no new functionality but makes the plugin compatible with WP 2.7.

Release 0.9 adds no new functionality but makes the plugin compatible with WP 2.8.1.
Release 1.0 adds no new functionality but makes the plugin compatible with WP 4.1.0.

### API

Use the following code to test for the presence of side content widgets:

    ```
    <?php if(function_exists('the_side_content') && the_side_content()->has_widgets() :?>
    ```

Use the following code to test for the presence of a particular side content widget
called ‘widget name’:

    ```
    <?php if(function_exists('the_side_content') && the_side_content()->has_widgets('widget name') :?>
    ```

The plugin defines a filter, ‘side_content’, which can be used to preprocess side
content widgets before display.

## Installation

 1. Unzip into your `/wp-content/plugins/` directory. If you’re uploading it make sure
    to upload
     the top-level folder. Don’t just upload all the php files and put them
    in `/wp-content/plugins/`.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to the settings page (_Options – Side Content_) and create widgets by typing
    names for them into the box (one per line).
 4. You can optionally have side content on individual blog posts as well. Tick the
    checkbox if you want that option.
 5. If you want to use shortcodes in your widget, tick the checkbox if you want that
    option. (Not needed for NextGEN Gallery shortcodes: see the next step).
 6. If you want to use NextGen Gallery shortcodes in your widget, go to the Plugins
    panel and enable Side Content NextGEN Integration.
 7. Assign your widgets to positions in your sidebars (_Design – Widgets_). Note that
    until you give them content they won’t appear anywhere.
 8. Edit a page (or post) for which you want one or more sidebar content widgets. The
    widget entry areas will be found in a sub panel headed “Side Content Widgets”. 
    In each area enter the HTML (including any heading) you wish to appear. The widget
    content will be saved along with the rest of the page or post.

## FAQ

  Why do I get an error when I enable the plugin?

If you see an error message like “Parse error: parse error, unexpected T_STRING,
expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR …” it is because you are running
under PHP4. The plugin requires PHP5.

  Is this plugin WordPress-MU compatible?

As of release 0.6, yes, it should work under WP-MU, although it has only been tested
with the 2.6.3 release, and not very extensively.

  Does the plugin allow side content for blog posts?

Yes. There’s an option on the settings page (_Options – Side Content_) for this.

  My widget content also appears in the custom fields subpanel on the editor page.
Why?

The plugin uses custom fields to store the widget code, but has its own subpanel
for editing to improve ease of use. You can use either to edit your widgets but 
it is best to stick to one or the other.

  Why does the widget does not recognise shortcodes for some plugins?

Not all plugins use the new WP Shortcode API yet. If you need particular shortcodes
to be recognised it may be possible to have an addon developed for that purpose.
Contact the author for more details.

  Will you add the facility to execute PHP code?

There are no plans to add PHP execution support to the plugin. In my opinion this
would not be a good way to use it. Most of those who have requested the feature 
are actually looking for what is offered by the [Widget Logic](https://wordpress.org/extend/plugins/widget-logic/)
plugin, the ability to hide or display content conditionally.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Side Content” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ alfaguru ](https://profiles.wordpress.org/alfaguru/)

[Translate “Side Content” into your language.](https://translate.wordpress.org/projects/wp-plugins/side-content)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/side-content/), check
out the [SVN repository](https://plugins.svn.wordpress.org/side-content/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/side-content/) by
[RSS](https://plugins.trac.wordpress.org/log/side-content/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 2.5 or higher **
 *  Tested up to **4.1.0**
 * Tags
 * [page](https://wordpress.org/plugins/tags/page/)[sidebar](https://wordpress.org/plugins/tags/sidebar/)
   [widget](https://wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://wordpress.org/plugins/side-content/advanced/)

## Ratings

 2 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/side-content/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/side-content/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/side-content/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/side-content/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/side-content/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/side-content/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/side-content/reviews/)

## Contributors

 *   [ alfaguru ](https://profiles.wordpress.org/alfaguru/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/side-content/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://figure-w.co.uk/)