Descrizione
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?
Installazione
From your WordPress dashboard
- Visit ‘Plugins > Add New’
- Search for ‘Dynamically Display Posts’
- Activate the plugin from your Plugins page.
From WordPress.org
- Download ‘Dynamically Display Posts’.
- Upload the ‘Dynamically Display Posts’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
- Activate ‘Dynamically Display Posts’ from your Plugins page.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Dynamically Display Posts” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Dynamically Display Posts” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1
- Tested up to WP 6.3
1.0
- Dynamically Display Posts