Changeset 2983850
- Timestamp:
- 10/25/2023 02:47:36 PM (2 years ago)
- File:
-
- 1 edited
-
load-more-posts/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
load-more-posts/trunk/readme.txt
r2983848 r2983850 34 34 35 35 == 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 WordPress38 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. 43 43 44 44 == Changelog == … … 63 63 64 64 == Frequently Asked Questions == 65 1. Can we show all posts in all categories? 65 **Can we show all posts in all categories?** 66 66 YES, use shortcode for any page [wp_load_more_option] --OR-- [wp_load_more_option cat_id=""] 67 67 68 2. Can we show all posts in any 1 category? 68 **Can we show all posts in any 1 category?** 69 69 YES, use shortcode for any page [wp_load_more_option cat_id="1"] ***Where 1 is category id*** 70 70 71 3. How can I show all posts for multiple categories? 71 **How can I show all posts for multiple categories?** 72 72 Use shortcode for any page [wp_load_more_option cat_id="1,3"] ***Where 1 and 3 are category id*** 73 73 74 4. How can I show all posts for Custom Posts? 74 **How can I show all posts for Custom Posts?** 75 75 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.*** 76 76
Note: See TracChangeset
for help on using the changeset viewer.