Plugin Directory

Changeset 2154259


Ignore:
Timestamp:
09/10/2019 02:15:59 PM (7 years ago)
Author:
coder618
Message:

readme organized

Location:
render-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • render-posts/tags/1.0/readme.txt

    r2154247 r2154259  
    4545
    4646== How to use ==
     47eg. shortcode:  [render-posts type="post"]
    4748
    48 Shortcode : [render-posts]
    49 Available Arguments :
     49= Available Arguments =
    5050- *type = "You Post type "
    5151- number = "Posts Per Page" -- if not specify it will inherit from wordpress global posts_per_page option serttings.
     
    5656*required field.
    5757
    58 eg. [render-posts type="post"]
    59 
    6058== Technical documentation ==
    61 How to add Custom Markup for a specific post type.
     59How to add Custom Markup for a specific post type ?
    6260
    6361To make a custom markup there are two steps:
  • render-posts/trunk/readme.txt

    r2154247 r2154259  
    1111
    1212== Description ==
    13 This plugin will help developer/user to show/render posts very easily regurdless of the post type.
    14 This plugin register a shortcode, which developer/user can use to render any kind of posts in a custom defined formate.
    15 This plugin also containe a load more feature, where user can load more posts by ajax (Also known as Pagination).
    16 This plugin also support with Gutenberg (Because its just a shorcode).
     13This plugin will help the developer / user to show/render posts very easily regardless of the post type.
     14This plugin register a short-code, which developer/user can use to render any kind of posts, in a custom defined format.
     15This plugin also contains a (AJAX) load more feature, which help users to load remaining posts without leaving the page, (Also known as Ajax Pagination).
     16This plugin also support with Gutenberg (Because it's just a shortcode) .
    1717
    1818== Installation ==
     
    4545
    4646== How to use ==
     47eg. shortcode:  [render-posts type="post"]
    4748
    48 Shortcode : [render-posts]
    49 Available Arguments :
     49= Available Arguments =
    5050- *type = "You Post type "
    5151- number = "Posts Per Page" -- if not specify it will inherit from wordpress global posts_per_page option serttings.
     
    5656*required field.
    5757
    58 eg. [render-posts type="post"]
    59 
    6058== Technical documentation ==
    61 How to add Custom Markup for a specific post type.
     59How to add Custom Markup for a specific post type ?
    6260
    6361To make a custom markup there are two steps:
Note: See TracChangeset for help on using the changeset viewer.