WP-Components is a new Wordpress plugin that allows theme developers to embed a short template tag instead of short bits of text and code that the website owner might want to change later on.
== Installation ==
- Upload
wp-components.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Add components in the Settings->WP-Components admin panel
- Syntax of template tag code to be placed within your theme:
<?php get_component('component_slug'); ?>
Full and updated list of instructions are available at
http://www.cagintranet.com/archive/wp-components-plugin/