Changeset 1631477
- Timestamp:
- 04/06/2017 08:37:36 PM (9 years ago)
- File:
-
- 1 edited
-
recent-posts-shortcode-widget/trunk/readme.txt (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recent-posts-shortcode-widget/trunk/readme.txt
r1631443 r1631477 46 46 **Advanced Parameters:** 47 47 48 * **numberofposts **48 * **numberofposts (Number of posts)** 49 49 Limit/Specify the number of posts you want to display 50 50 Default: 3 … … 52 52 53 53 54 * ** Post Type post_type**54 * **post_type (Post Type)** 55 55 Specify which post type you want to use. For example posts or pages 56 56 Default type: post … … 58 58 59 59 60 * Category Name *60 * **get_cat_name (Category Name)** 61 61 If you want to display category name in list of posts 62 62 Default: False … … 64 64 65 65 66 * Custom Excerpt Length *66 * **excerptlength (Custom Excerpt Length)** 67 67 Define custom excerpt length 68 68 Example: [recentposts-sc excerptlength="30"] 69 69 70 70 71 * Show/hide Excerpt display*71 * **enable_excerpt (Show/hide Excerpt display)** 72 72 Sometimes 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) 73 73 Example: [recentposts-sc enable_excerpt="false"] 74 74 75 * Display default/custom image size instead of featured image*75 * **image_size (Display default/custom image size instead of featured image)** 76 76 Select image size like thumbnail, medium etc (by default featured image is displayed) 77 77 use image_size (default is false) … … 80 80 81 81 82 * Posts from Category/categories*82 * **category (Posts from specific Category/categories)** 83 83 Filter posts from single category or multiple categories 84 84 Example single category: [recentposts-sc category="lesson"] … … 86 86 87 87 88 * Posts from specific author*88 * **author (Posts from specific author)** 89 89 Filter posts from specific author 90 90 Example: [recentposts-sc author="admin"] … … 127 127 * For sidebar also use [recentposts-sc] in text widgets (refer screenshots as well for further help) 128 128 129 Advanced Parameters: 130 131 * numberofposts *129 **Advanced Parameters:** 130 131 * **numberofposts (Number of posts)** 132 132 Limit/Specify the number of posts you want to display 133 133 Default: 3 … … 135 135 136 136 137 * Post Type*137 * **post_type (Post Type)** 138 138 Specify which post type you want to use. For example posts or pages 139 139 Default type: post … … 141 141 142 142 143 * Category Name *143 * **get_cat_name (Category Name)** 144 144 If you want to display category name in list of posts 145 145 Default: False … … 147 147 148 148 149 * Custom Excerpt Length *149 * **excerptlength (Custom Excerpt Length)** 150 150 Define custom excerpt length 151 151 Example: [recentposts-sc excerptlength="30"] 152 152 153 153 154 * Show/hide Excerpt display*154 * **enable_excerpt (Show/hide Excerpt display)** 155 155 Sometimes 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) 156 156 Example: [recentposts-sc enable_excerpt="false"] 157 157 158 * Display default/custom image size instead of featured image*158 * **image_size (Display default/custom image size instead of featured image)** 159 159 Select image size like thumbnail, medium etc (by default featured image is displayed) 160 160 use image_size (default is false) … … 163 163 164 164 165 * Posts from Category/categories*165 * **category (Posts from specific Category/categories)** 166 166 Filter posts from single category or multiple categories 167 167 Example single category: [recentposts-sc category="lesson"] … … 169 169 170 170 171 * Posts from specific author*171 * **author (Posts from specific author)** 172 172 Filter posts from specific author 173 173 Example: [recentposts-sc author="admin"] 174 174 175 * Custom label for "Read More" * 175 176 * **label (Custom label for "Read More")** 176 177 Apply your own custom read more label 177 178 Example: [recentposts-sc excerpt_more="true" label="Keep Reading..."] 178 179 179 180 180 * Filter Posts between specific dates*181 * **after and before (Filter Posts between specific dates)** 181 182 Example : [recentposts-sc after="January 5th, 2015"] 182 183 This will display only posts which is published after Januray 5th, 2015 183 184 184 185 185 Example : [recentposts-sc before="October 6th, 2015"] 186 186 This will display only posts which is published before Januray 5th, 2015 … … 190 190 191 191 192 * Display author name and link*192 * **include_author (Display author name and link)** 193 193 Example: [recentposts-sc include_author="true"] 194 194 195 195 196 * Order posts by name, title, date etc *196 * **orderby (Order posts by name, title, date etc)** 197 197 Example: [recentposts-sc orderby="name"] 198 198 Instead of recent posts you can display random posts … … 200 200 201 201 202 * Order posts in ascending or descending order *202 * **order (Order posts in ascending or descending order)** 203 203 Example: [recentposts-sc order="DSC"] 204 204 205 205 206 * List only specific posts by their IDs *206 * **post_ids (List only specific posts by their IDs)** 207 207 Example: [recentposts-sc post_ids="181,189,194"] 208 208 209 209 210 * Offset/skip posts*210 * **offset (Offset/skip posts)** 211 211 Example: [recentposts-sc offset="1"] 212 212 213 213 214 * Filter posts containing specific tags only *214 * **tag (Filter posts containing specific tags only)** 215 215 Example: [recentposts-sc tag="lesson1,lesson2,lesson"] 216 216 217 * Filter posts on meta_key * 217 218 * **meta_key(Filter posts on meta_key)** 218 219 Example: [recentposts-sc meta_key="size"] 219 220 220 * Filter posts by meta values * 221 222 * **meta_value(Filter posts by meta values)** 221 223 Example: [recentposts-sc meta_value="small, medium"] 222 224
Note: See TracChangeset
for help on using the changeset viewer.