This plugin allows you to add project compatibility and versions to posts or pages.
-Discontinued- Project Selector is now a part of the Exchange Platform plugin.
see http://wordpress.org/extend/plugins/exchange-platform/ for more details.
安装:
Upload the project-selector folder to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Go to the To Settings -> Project Selector to add your projects and versions
In the post or page edit choose your project and version
In your theme pages add <?php echo get_post_meta($post->ID, "selectedProject", true); ?> to display the selected project and or <?php echo get_post_meta($post->ID, "selectedVersion", true); ?> to display the selected version