Plugin Directory

Changeset 2983850


Ignore:
Timestamp:
10/25/2023 02:47:36 PM (2 years ago)
Author:
rajeevglocify
Message:

new faq design

File:
1 edited

Legend:

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

    r2983848 r2983850  
    3434
    3535== Installation ==
    36 1. Install the Load More Posts plugin either via the WordPress.org plugin repository or by uploading the files to your server.
    37 2. Activate the plugin through the 'Plugins' menu in WordPress
    38 3. Use shortcode to display all posts for any page.
    39 * All Posts: [wp_load_more_option] -- OR -- [wp_load_more_option cat_id=""]
    40 * Any Category: [wp_load_more_option cat_id="1"] -- Where 1 is category id.
    41 * Multiple Categories: [wp_load_more_option cat_id="1,3"] -- Where 1 and 3 are category id.
    42 * Custom Posts: [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.
     36- Install the Load More Posts plugin either via the WordPress.org plugin repository or by uploading the files to your server.
     37- Activate the plugin through the 'Plugins' menu in WordPress
     38- Use shortcode to display all posts for any page.
     39**All Posts**: [wp_load_more_option] -- OR -- [wp_load_more_option cat_id=""]
     40**Any Category**: [wp_load_more_option cat_id="1"] -- Where 1 is category id.
     41**Multiple Categories**: [wp_load_more_option cat_id="1,3"] -- Where 1 and 3 are category id.
     42**Custom Posts**: [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.
    4343
    4444== Changelog ==
     
    6363
    6464== Frequently Asked Questions ==
    65 1. Can we show all posts in all categories?
     65**Can we show all posts in all categories?**
    6666   YES, use shortcode for any page [wp_load_more_option] --OR-- [wp_load_more_option cat_id=""]
    6767
    68 2. Can we show all posts in any 1 category?
     68**Can we show all posts in any 1 category?**
    6969   YES, use shortcode for any page [wp_load_more_option cat_id="1"] ***Where 1 is category id***
    7070
    71 3. How can I show all posts for multiple categories?
     71**How can I show all posts for multiple categories?**
    7272   Use shortcode for any page [wp_load_more_option cat_id="1,3"] ***Where 1 and 3 are category id***
    7373   
    74 4. How can I show all posts for Custom Posts?
     74**How can I show all posts for Custom Posts?**
    7575   Use shortcode for any page [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.***
    7676
Note: See TracChangeset for help on using the changeset viewer.