Plugin Directory

Changeset 2489602


Ignore:
Timestamp:
03/08/2021 02:28:18 PM (5 years ago)
Author:
rajeevglocify
Message:

shortcode update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • load-more-posts/trunk/inc/setting-form.php

    r2481384 r2489602  
    8383<td><b>All Posts:</b> [wp_load_more_option] --OR-- [wp_load_more_option cat_id=""]<br>
    8484<b>Any Category:</b> [wp_load_more_option cat_id="1"] ***Where 1 is category id***<br>
    85 <b>Multiple Categories:</b> [wp_load_more_option cat_id="1,3"] ***Where 1 and 3 are category id***</td>
     85<b>Multiple Categories:</b> [wp_load_more_option cat_id="1,3"] ***Where 1 and 3 are category id***<br>
     86<b>Custom Posts:</b> [wp_load_more_option post_type="custom_post_type"] ***Where "custom_post_type" is the post type, If the post type is wrong then all the posts will be show.***</td>
    8687</tr>
    8788
Note: See TracChangeset for help on using the changeset viewer.