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.

DynoWidg

Description

This plugin will allow you to dynamically add any piece of content to the sidebar as well as give you the ability to limit what pages/sections based on WordPress’ conditionals and/or selecting specific areas to limit.

Please submit any bugs or suggested improvements to https://github.com/bmsterling/DynoWidg/issues

Need this plugin customized or need a plugin created, contact me via my contact form at http://kenzomedia.com

Also available through twitter, @bmsterling

Quick Note

Next major release I will be removing the logic part of this plugin in favor of two alternatives that I am working on. One that will add the same feature back into each widget you have and one where you can add widgets from the Page editor. Hopefully they will be release all at the same time to make sure you have options.

Credits

Copyright 2011 Benjamin Sterling

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Screenshots

  • Screenshot of widget

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

FAQ

Currently No FAQs but feel free to contact me with any questions you do have.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

Translate “DynoWidg” into your language.

Interested in development?

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

Changelog

0.1.4

Fixed header title not showing/hiding correctly

0.1.3

Fixed class being added not getting appended to the module
Added a wrapping div with a class of pad around the content being dumped out for easier styling
Started the process of removing the “logic” part of this plugin, see quick notes for more information

0.1.2

Fixed an issue where nav_menu_item were getting in; Added the ID for the content into the drop down in hopes of easier reading.