Make up custom-tailored preview lists of the contents easily and place them in widget areas and post contents.
Make up custom-tailored preview lists of your website’s contents easily and place them in widget areas and post contents.
Promote your website’s content with many kinds of post lists. No programming skills are necessary. No fiddling with templates. With just a few keyboard entries and clicks you get a customized posts list.
The plugin Ultimate Post List for WordPress gives you an easy-to-use toolbox to make lists of posts. You can insert the lists
You can switch between a vertical list layout or a responsive grid layout. A few options help you to get a nice layout without any need to code.
You can filter the posts by their post type “Post” or/and “Page” and by multiple categories. For filtering by custom post types check out Ultimate Post List Pro.
You can switch on a “Load more posts” link or button which loads further posts without leaving the page. Its text is controlled easily for you.
The plugin is multi-widget capable. That is, you can have several widgets of Ultimate Post List on your blog, each with its own settings!
You can clone (duplicate, copy) every list with a single click on the action link.
The plugin is available in English, German (Deutsch) and Greek (Ελληνικά). It does not collect any personal data, so it is ready for EU General Data Protection Regulation (GDPR) compliance.
You want to test Ultimate Post List before installing on your site? Try it out on your individual and free dummy site and click here.
The free version of Ultimate Post List offers you many options to type and click customized post lists easily. These are the options:
The Pro version has all the options of the free version and many additional options for layouts, numbered lists, colors, custom post types and much more. Go to Ultimate Post List Pro.
Pro users get premium support whilst free support is offered in the WordPress forums in our spare time.
Support for this plugin will be provided in the form of Product Support. This means that we intend to fix any confirmed bugs, listen to ideas for this plugin and improve the user experience when enhancements are identified and can reasonably be accommodated.
Pro users get premium support whilst free support is offered in the WordPress forums in our spare time. If you are having trouble with this plugin in your particular installation of WordPress, we will not be able to help you troubleshoot the problem.
ultimate-post-list.zip
ultimate-post-list.zip
ultimate-post-list
ultimate-post-list
/wp-content/plugins/
Every Ultimate Post List offers you some IDs and class names to address the HTML elements with CSS. They are:
div.upl-list
is every Ultimate Post List.
div#upl-list-%d
is the list with %d as the list ID set by WordPress
li.upl-sticky
is every list item that contains a sticky post.
div.upl-post-thumbnail
is every container of a post thumbnail in the list.
div.upl-post-thumbnail img
is every post thumbnail in the list.
div.upl-post-title
is every post title in the list.
div.upl-post-date
is every post date in the list.
div.upl-post-author
is every post author in the list.
div.upl-post-excerpt
is every post excerpt in the list.
form#%d-form
is the “more” element with %d as the list ID set by WordPress.
.upl-list-button
is every “more” element, as a link or as a button in the list.
a#%d-button
is the “more” link with %d as the list ID set by WordPress.
input#%d-button
is the “more” button with %d as the list ID set by WordPress.
img#%d-spinner
is the spinning wheel image with %d as the list ID set by WordPress.
To place a Ultimate Post List in the content of a post or page a shortcode is available. The shortcode keyword for this plugin is ultimate-post-list
.
The attribute id
with the ID of a published list is required. Otherwise there is no output.
Example: This shortcode prints the list of ID 48 as set on the List Edit page.
[ultimate-post-list id=”48″]
You can add some attributes to overwrite the respective settings of the list.
list_title
Sets the headline of the list. To remove a headline use an empty string.
Example: list_title="Your Site, Your Way"
Example: list_title=""
included_categories
Displays only posts of the categories specified by their IDs, slugs or names, separated by commas.
Example: included_categories="323,245,788"
Example: included_categories="lorem-ipsum,fringilla-mauris,dolor-sit-amet"
Example: included_categories="Lorem ipsum,Fringilla mauris,Dolor sit amet"
You can use specifiers of different types in a comma-separated list.
Example: included_categories="Lorem ipsum,245,dolor-sit-amet"
Example: [ultimate-post-list id="48" list_title="Your Site, Your Way" included_categories="News"]