Changeset 991006
- Timestamp:
- 09/16/2014 12:54:02 PM (12 years ago)
- Location:
- bake-posts
- Files:
-
- 6 added
- 4 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (added)
-
trunk/bake-posts.php (modified) (3 diffs)
-
trunk/images (added)
-
trunk/images/icon.png (added)
-
trunk/js (added)
-
trunk/js/bakeposts-admin.js (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/settings.php (added)
Legend:
- Unmodified
- Added
- Removed
-
bake-posts/trunk/bake-posts.php
r982757 r991006 4 4 * Plugin URI: http://wordpress.org/plugins/bake-posts/ 5 5 * Description: Plugin to display Posts on selected Categories,Tags and Recent posts. 6 * Version: 1.2.06 * Version: 2.0 7 7 * Author: wpnaga 8 8 * Author URI: http://profiles.wordpress.org/wpnaga/ … … 10 10 */ 11 11 12 13 12 13 /* ******************************************** Plugin Functionality ************************************************************* */ 14 14 15 add_shortcode("bake-post-category", "bake_post_category"); 15 16 add_shortcode("bake-post-tags", "bake_post_tags"); … … 181 182 182 183 } 184 185 /* ******************************************** Including Settings Page ************************************************************* */ 186 187 include ('settings.php'); -
bake-posts/trunk/readme.txt
r981653 r991006 61 61 62 62 == Screenshots == 63 1. Screenshot of shortcode generator page. 63 64 64 1. I have added Screen shots for showing Recently added posts with parameters limit="5" and excerpt="5". Add new Postspage.65 2. Screenshot of pasting the generated shortcode in add new post page. 65 66 66 2. Showing the post page.67 3. Showing the post page displaying recent posts. 67 68 68 69 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.