Changeset 2481402
- Timestamp:
- 02/25/2021 12:01:47 PM (5 years ago)
- File:
-
- 1 edited
-
load-more-posts/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
load-more-posts/trunk/readme.txt
r2481384 r2481402 40 40 41 41 == Frequently Asked Questions == 42 No FAQ 42 1. Can we show all posts in all categories? 43 YES, use shortcode for any page [wp_load_more_option] --OR-- [wp_load_more_option cat_id=""] 44 45 2. Can we show all posts in any 1 category 46 YES, use shortcode for any page [wp_load_more_option cat_id="1"] ***Where 1 is category id*** 47 48 3. How can I show all posts for multiple categories? 49 Use shortcode for any page [wp_load_more_option cat_id="1,3"] ***Where 1 and 3 are category id*** 43 50 44 51 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.