Plugin Directory

Changeset 991006


Ignore:
Timestamp:
09/16/2014 12:54:02 PM (12 years ago)
Author:
wpnaga
Message:

Version 2.0

Location:
bake-posts
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • bake-posts/trunk/bake-posts.php

    r982757 r991006  
    44 * Plugin URI: http://wordpress.org/plugins/bake-posts/
    55 * Description: Plugin to display Posts on selected Categories,Tags and Recent posts.
    6  * Version: 1.2.0
     6 * Version: 2.0
    77 * Author: wpnaga
    88 * Author URI: http://profiles.wordpress.org/wpnaga/
     
    1010 */
    1111
    12 
    13 
     12 
     13/* ******************************************** Plugin Functionality *************************************************************   */
     14 
    1415add_shortcode("bake-post-category", "bake_post_category");
    1516add_shortcode("bake-post-tags", "bake_post_tags");
     
    181182   
    182183}
     184
     185/* ******************************************** Including Settings Page *************************************************************   */
     186
     187include ('settings.php');
  • bake-posts/trunk/readme.txt

    r981653 r991006  
    6161
    6262== Screenshots ==
     631. Screenshot of shortcode generator page.
    6364
    64 1. I have added Screen shots for showing Recently added posts with parameters limit="5" and excerpt="5". Add new Posts page.
     652. Screenshot of pasting the generated shortcode in add new post page.
    6566
    66 2. Showing the post page.
     673. Showing the post page displaying recent posts.
    6768
    6869== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.