Plugin Directory

Changeset 1631477


Ignore:
Timestamp:
04/06/2017 08:37:36 PM (9 years ago)
Author:
rajros
Message:

updated readme.txt for 1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • recent-posts-shortcode-widget/trunk/readme.txt

    r1631443 r1631477  
    4646**Advanced Parameters:**
    4747
    48 * **numberofposts**
     48* **numberofposts (Number of posts)**
    4949Limit/Specify the number of posts you want to display
    5050Default: 3
     
    5252
    5353
    54 * **Post Type post_type**
     54* **post_type (Post Type)**
    5555Specify which post type you want to use. For example posts or pages
    5656Default type: post
     
    5858
    5959
    60 * Category Name *
     60* **get_cat_name (Category Name)**
    6161If you want to display category name in list of posts
    6262Default: False
     
    6464
    6565
    66 * Custom Excerpt Length *
     66* **excerptlength (Custom Excerpt Length)**
    6767Define custom excerpt length
    6868Example: [recentposts-sc excerptlength="30"]
    6969
    7070
    71 * Show/hide Excerpt display *
     71* **enable_excerpt (Show/hide Excerpt display)**
    7272Sometimes you may not want to display excerpt and only like to keep title and image. To turn off/disable excerpts use enable_excerpt="false" (default is true)
    7373Example: [recentposts-sc enable_excerpt="false"]
    7474
    75 * Display default/custom image size instead of featured image *
     75* **image_size (Display default/custom image size instead of featured image)**
    7676Select image size like thumbnail, medium etc (by default featured image is displayed)
    7777use image_size (default is false)
     
    8080
    8181
    82 * Posts from Category/categories *
     82* **category (Posts from specific Category/categories)**
    8383Filter posts from single category or multiple categories
    8484Example single category: [recentposts-sc category="lesson"]
     
    8686
    8787
    88 * Posts from specific author *
     88* **author (Posts from specific author)**
    8989Filter posts from specific author
    9090Example: [recentposts-sc author="admin"]
     
    127127*  For sidebar also use [recentposts-sc] in text widgets (refer screenshots as well for further help)
    128128
    129 Advanced Parameters:
    130 
    131 * numberofposts *
     129**Advanced Parameters:**
     130
     131* **numberofposts (Number of posts)**
    132132Limit/Specify the number of posts you want to display
    133133Default: 3
     
    135135
    136136
    137 * Post Type *
     137* **post_type (Post Type)**
    138138Specify which post type you want to use. For example posts or pages
    139139Default type: post
     
    141141
    142142
    143 * Category Name *
     143* **get_cat_name (Category Name)**
    144144If you want to display category name in list of posts
    145145Default: False
     
    147147
    148148
    149 * Custom Excerpt Length *
     149* **excerptlength (Custom Excerpt Length)**
    150150Define custom excerpt length
    151151Example: [recentposts-sc excerptlength="30"]
    152152
    153153
    154 * Show/hide Excerpt display *
     154* **enable_excerpt (Show/hide Excerpt display)**
    155155Sometimes you may not want to display excerpt and only like to keep title and image. To turn off/disable excerpts use enable_excerpt="false" (default is true)
    156156Example: [recentposts-sc enable_excerpt="false"]
    157157
    158 * Display default/custom image size instead of featured image *
     158* **image_size (Display default/custom image size instead of featured image)**
    159159Select image size like thumbnail, medium etc (by default featured image is displayed)
    160160use image_size (default is false)
     
    163163
    164164
    165 * Posts from Category/categories *
     165* **category (Posts from specific Category/categories)**
    166166Filter posts from single category or multiple categories
    167167Example single category: [recentposts-sc category="lesson"]
     
    169169
    170170
    171 * Posts from specific author *
     171* **author (Posts from specific author)**
    172172Filter posts from specific author
    173173Example: [recentposts-sc author="admin"]
    174174
    175 * Custom label for "Read More" *
     175
     176* **label (Custom label for "Read More")**
    176177Apply your own custom read more label
    177178Example: [recentposts-sc excerpt_more="true" label="Keep Reading..."]
    178179
    179180
    180 * Filter Posts between specific dates *
     181* **after and before (Filter Posts between specific dates)**
    181182Example : [recentposts-sc after="January 5th, 2015"]
    182183This will display only posts which is published after Januray 5th, 2015
    183184
    184 
    185185Example : [recentposts-sc before="October 6th, 2015"]
    186186This will display only posts which is published before Januray 5th, 2015
     
    190190
    191191
    192 * Display author name and link *
     192* **include_author (Display author name and link)**
    193193Example: [recentposts-sc include_author="true"]
    194194
    195195
    196 * Order posts by name, title, date etc *
     196* **orderby (Order posts by name, title, date etc)**
    197197Example: [recentposts-sc orderby="name"]
    198198Instead of recent posts you can display random posts
     
    200200
    201201
    202 * Order posts in ascending or descending order *
     202* **order (Order posts in ascending or descending order)**
    203203Example: [recentposts-sc order="DSC"]
    204204
    205205
    206 * List only specific posts by their IDs *
     206* **post_ids (List only specific posts by their IDs)**
    207207Example: [recentposts-sc post_ids="181,189,194"]
    208208
    209209
    210 * Offset/skip posts *
     210* **offset (Offset/skip posts)**
    211211Example: [recentposts-sc offset="1"]
    212212
    213213
    214 * Filter posts containing specific tags only *
     214* **tag (Filter posts containing specific tags only)**
    215215Example: [recentposts-sc tag="lesson1,lesson2,lesson"]
    216216
    217 * Filter posts on meta_key *
     217
     218* **meta_key(Filter posts on meta_key)**
    218219Example: [recentposts-sc meta_key="size"]
    219220
    220 * Filter posts by meta values *
     221
     222* **meta_value(Filter posts by meta values)**
    221223Example: [recentposts-sc meta_value="small, medium"]
    222224
Note: See TracChangeset for help on using the changeset viewer.