This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Dynamically Display Posts

विवरण

This plugin allows you to display a list of posts on your website on any page.
You can display the default WordPress post types or Custom Post Types by placing the shortcode to the page where you want to collect the post items.

You should use the shortcode below to place it on the page.

[mx_ddp_post_template post_type=”news_sport” term_ids=”18,19″ posts_per_page=”5″ pagination=”none” default_image_url=”http://yourdomain.com/path-to-image/no-photo.jpg”]

Where the properties are:

  • post_type – The post type to display (default value = ‘post’)
  • term_ids – The exists taxonomy IDs of the current (post_type prop.) post type. You should place list of category IDs separated by comma (,). (default value is not specified)
  • posts_per_page – Number of posts on each page (default value = ’10’)
  • pagination – Type of navigation. Defined values: none, numbers, load_more (default value = ‘numbers’)
  • default_image_url – If a post doesn’t have any thumbnail, you can set up the default image (default value is not specified)
  • search_bar – Display search bar. Defined values: on, off (default value = ‘on’)

How does it work?

स्क्रिनसटहरू

  • How the posts feed looks like

स्थापना

From your WordPress dashboard

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Dynamically Display Posts’
  3. Activate the plugin from your Plugins page.

From WordPress.org

  1. Download ‘Dynamically Display Posts’.
  2. Upload the ‘Dynamically Display Posts’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  3. Activate ‘Dynamically Display Posts’ from your Plugins page.

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“Dynamically Display Posts” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.1

  • Tested up to WP 6.3

1.0

  • Dynamically Display Posts