這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Side Content

外掛說明

This plugin provides similar functionality to the Drupal Side Content module.

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. There is also an extra add-on plugin which provides the same support for NextGEN Gallery shortcodes (development sponsored by Comunicrea s. n. c.).

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.

安裝方式

  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.

常見問題集

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 plugin, the ability to hide or display content conditionally.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Side Content〉的開發相關工作。

參與者

將〈Side Content〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄