Changeset 2154259
- Timestamp:
- 09/10/2019 02:15:59 PM (7 years ago)
- Location:
- render-posts
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
render-posts/tags/1.0/readme.txt
r2154247 r2154259 45 45 46 46 == How to use == 47 eg. shortcode: [render-posts type="post"] 47 48 48 Shortcode : [render-posts] 49 Available Arguments : 49 = Available Arguments = 50 50 - *type = "You Post type " 51 51 - number = "Posts Per Page" -- if not specify it will inherit from wordpress global posts_per_page option serttings. … … 56 56 *required field. 57 57 58 eg. [render-posts type="post"]59 60 58 == Technical documentation == 61 How to add Custom Markup for a specific post type .59 How to add Custom Markup for a specific post type ? 62 60 63 61 To make a custom markup there are two steps: -
render-posts/trunk/readme.txt
r2154247 r2154259 11 11 12 12 == Description == 13 This plugin will help developer/user to show/render posts very easily regurdless of the post type.14 This plugin register a short code, which developer/user can use to render any kind of posts in a custom defined formate.15 This plugin also contain e a load more feature, where user can load more posts by ajax (Also known asPagination).16 This plugin also support with Gutenberg (Because it s just a shorcode).13 This plugin will help the developer / user to show/render posts very easily regardless of the post type. 14 This plugin register a short-code, which developer/user can use to render any kind of posts, in a custom defined format. 15 This plugin also contains a (AJAX) load more feature, which help users to load remaining posts without leaving the page, (Also known as Ajax Pagination). 16 This plugin also support with Gutenberg (Because it's just a shortcode) . 17 17 18 18 == Installation == … … 45 45 46 46 == How to use == 47 eg. shortcode: [render-posts type="post"] 47 48 48 Shortcode : [render-posts] 49 Available Arguments : 49 = Available Arguments = 50 50 - *type = "You Post type " 51 51 - number = "Posts Per Page" -- if not specify it will inherit from wordpress global posts_per_page option serttings. … … 56 56 *required field. 57 57 58 eg. [render-posts type="post"]59 60 58 == Technical documentation == 61 How to add Custom Markup for a specific post type .59 How to add Custom Markup for a specific post type ? 62 60 63 61 To make a custom markup there are two steps:
Note: See TracChangeset
for help on using the changeset viewer.