Plugin Directory

Changeset 2481402


Ignore:
Timestamp:
02/25/2021 12:01:47 PM (5 years ago)
Author:
rajeevglocify
Message:

add FAQ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • load-more-posts/trunk/readme.txt

    r2481384 r2481402  
    4040
    4141== Frequently Asked Questions ==
    42 No FAQ
     421. 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
     452. 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
     483. 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***
    4350
    4451== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.