Changeset 877466
- Timestamp:
- 03/18/2014 09:01:33 PM (12 years ago)
- Location:
- custom-post-widget/trunk
- Files:
-
- 2 edited
-
custom-post-widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-post-widget/trunk/custom-post-widget.php
r877452 r877466 4 4 Plugin URI: http://www.vanderwijk.com/wordpress/wordpress-custom-post-widget/ 5 5 Description: Show the content of a custom post of the type 'content_block' in a widget or with a shortcode. 6 Version: 2.5 6 Version: 2.5.1 7 7 Author: Johan van der Wijk 8 8 Author URI: http://www.vanderwijk.com -
custom-post-widget/trunk/readme.txt
r877463 r877466 6 6 Requires at least: 2.9.2 7 7 Tested up to: 3.8.1 8 Stable tag: 2.5 8 Stable tag: 2.5.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 44 44 == Screenshots == 45 45 46 1. After activating the plugin a new post type called 'Content Blocks' is added. You will also see a button above the WYSIWYG editor that allows you to insert the content block using the shortcode.46 1. After activating the plugin a new post type called 'Content Blocks' is added. 47 47 2. The widget has a select box to choose the content block. Click on the 'Edit Content Block' link to edit the selected Content Block custom post. 48 3. You will find a button above the WYSIWYG editor that allows you to insert the content block using the shortcode. 49 4. After clicking the 'Add Content Block' button you can select a content block and insert the shortcode in the content area. 48 50 49 51 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.