Banner for List Posts
This is a a plugin that lists the latest posts on any page (or post). It does not use an iframe. It is extremely simple, and honors permissions and pa … Wordpress Tutorial
Noted That:
  • To install correctly this list-posts.zip .
  • Fisrt Download the list-posts.zip to your computer
  • Extract/Open list-posts.zip to Your Computer.
  • Then, Find readme.txt file inside list-posts.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " list-posts.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress List Posts

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install List Posts

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button List Posts

Step-5 : Now, Browse " list-posts.zip " Downloaded plugin from your computer, Where you downloaded " list-posts.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin List Posts

Step-6 : Now, Click on " Active Plugin "

Activate List Posts

Step-7 : Then, See left Side Menu. " List Posts " folder is added on left Side Menu. Now, Click on " List Posts " folder.

Noted that: If you do not see " List Posts " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about List Posts Configurations and Settings or How to work " List Posts " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " list-posts WordPress Plugin " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is list-posts WordPress Plugin
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the list-posts directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place or [[LIST_POSTS]] in the HTML view of a page. It will be replaced by the plugin.
  4. As of version 1.0, you can specify two items of metadata (Custom Fields) for a given page. This will control what is displayed in the plugin.
  5. As of version 1.1, more metadata has been added (Item > = C). You can now specify how many posts are shown (-1 is all of them), and you can now filter for series (from the excellent organize-series plugin).

A. list_posts_include
This is a comma-separated list of integers (category IDs), category slugs, or tags; each of which is a tag, category ID or slug. Any posts that claim this category in their taxonomy will be included, unless their category is in list_posts_exclude . If this custom field is defined, then ONLY those categories will be displayed. If it is not specified, then all categories will be displayed.

B. list_posts_exclude
This is a comma-separated list of integers (category IDs), category slugs, or tags; each of which is a tag, category ID or slug. Any posts that claim this category/tag in their taxonomy will be excluded. Exclude always overrides include. If you exclude a parent category, you cannot include children categories.

C. list_posts_count
A simple integer. If set to 0, then all posts in the filter specified will be displayed (watch out -this could be a lot). If not specified, then the default (‘num_posts’ option, set to 5 for now).

D. list_posts_series
This is a comma-separated list of integers or series slugs, each of which is an organize-series plugin series ID or slug. Any posts that are in this series will be included, unless their category is in list_posts_exclude . If this custom field is defined, then ONLY those series will be displayed. If this field is specified, then list_posts_include is ignored. If the organize-series plugin is not installed and activated, then this will be ignored.


Name