Changeset 2489602
- Timestamp:
- 03/08/2021 02:28:18 PM (5 years ago)
- File:
-
- 1 edited
-
load-more-posts/trunk/inc/setting-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
load-more-posts/trunk/inc/setting-form.php
r2481384 r2489602 83 83 <td><b>All Posts:</b> [wp_load_more_option] --OR-- [wp_load_more_option cat_id=""]<br> 84 84 <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> 86 87 </tr> 87 88
Note: See TracChangeset
for help on using the changeset viewer.