Strategic Overview

Avg CVSSMedium
6.1/ 10
Patch Coverage100%
Open

0

Fixed

9

Get automatic notifications for all List category posts vulnerabilities before they are exploited.

Vulnerability Records

9 records
2026-07-15 13:46CVE-2026-12434
4.3
Medium
Salih Utku TelisYes
2026-04-08 00:00CVE-2026-3005
6.4
Medium
Athiwat Tiprasaharn (Jitlada)Yes
2026-02-26 00:00CVE-2026-32419
6.4
Medium
Athiwat Tiprasaharn (Jitlada)Yes
2025-12-10 14:30CVE-2025-10163
6.5
Medium
Khanh NguyenYes
2025-10-31 00:00CVE-2025-11377
4.3
Medium
Athiwat Tiprasaharn (Jitlada)Yes
2025-05-07 00:00CVE-2025-47636
7.5
High
Trương Hữu Phúc (truonghuuphuc)Yes
2024-12-27 00:00CVE-2024-9020
6.4
Medium
Dmitrii IgnatyevYes
2024-03-29 00:00CVE-2024-1051
6.4
Medium
Ngô Thiên An (ancorn_)Yes
2024-01-09 00:00CVE-2023-6994
6.4
Medium
Ngô Thiên An (ancorn_)Yes
Showing 1–9 of 9 reports
List category posts banner
Latestv0.96.0

List category posts

Fernando Briano

Author

Fernando Briano

4.7(254)
94/100
Last Updated
2026-07-07 (23d ago)
Active Installs
80,000+
Downloads
4,429,318
Requires WP
3.3+
Requires PHP
5.6+
Tested up to
WP 7.0.2
Created
2008-08-16 (18y ago)

List Category Posts allows you to list posts by category in a post or page using the [catlist] shortcode. When you’re editing a page or post, directly insert the shortcode in your text and the posts will be listed there. The basic usage would be something like this: [catlist id=1] [catlist name="news"] The shortcode accepts a category name or id, the order in which you want the posts to display, and the number of posts to display. You can also display the post author, date, excerpt, custom field values, even the content! A lot of parameters have been added to customize what to display and how to show it. Check the full documentation to learn about the different ways to use it. The [catlist] shortcode can be used as many times as needed with different arguments on each post/page. [catlist id=1 numberposts=10] There’s an options page with a few options, new options will be implemented on demand (as long as they make sense). Read the instructions to learn which parameters are available and how to use them. If you want to List Categories instead of posts you can use my other plugin List categories. You can find Frequently Asked Questions here. Customization The different elements to display can be styled with CSS. you can define an HTML tag to wrap the element with, and a CSS class for this tag. Check the documentation for usage. You can also check this nice tutorial which gives lots of tips and how-to’s to customize how to display the posts. Great to use WordPress as a CMS, and create pages with several categories posts. GUI Klemens Starybrat has created a GUI for List Category Posts. It helps you create a shortcode from a nice visual interface in WordPress’ text editor. Check it out: GUI for List Category Posts AJAX pagination The ajax pagination feature is maintained in an add-on plugin by Klemens Starybrat. Check it out: LCP Ajax Pagination Widget Since WordPress 4.9, you can use shortcode in text widgets. So you can just add a text widget in Appearence > Widgets and write the List Category Posts shortcode. The plugin also includes a widget as a simple interface for its functionality. Just add as many widgets as you want, and select all the available options from the Appearence > Widgets page. Not all the functionality in the shortcode has been implemented in the widget yet. You can use the shortcode for the most flexibility. Please, read the information on the wiki and Changelog to be aware of new functionality, and improvements to the plugin. Videos Some users have made videos on how to use the plugin (thank you, you are awesome!), check them out here: Manage WordPress Content with List Category Posts Plugin WordPress: How to List Category Posts on a Page Support the plugin Klemens Starybrat has been writing lots of amazing code for this plugin, so if you’ve found it useful and want to pay it forward, consider sponsoring him on GitHub: https://github.com/sponsors/klemens-st I have a PayPal account where you can donate too. Development Development is being tracked on Codeberg and GitHub. Fork it, code, make a pull request, suggest improvements, etc. over there. I dream of the day all of the WordPress plugins will be hosted on Git 🙂 Since the documentation on how to use the plugin has passed wordpress.org’s character limit, the text was cut. You can find the complete documentation on the wiki. It’s also more comfortable to read and maintain than a txt file. Please check it out, suggestions are welcome on Codeberg/GitHub issues! Instructions on how to use the plugin Below you can find common shortcode use cases. You can use the shortcode while editing posts, pages, custom post types, text widgets and in all “page builder” plugins that support shortcodes. Read the full documentation to discover many more features, including: advanced post selection options (by date, search terms, custom fields, post types, custom taxonomies and more) output customizations (show each post’s date, author, excerpt, thumbnail and more) custom templates of your own design, based on a simple PHP example List 10 latest posts: [catlist] The default number of listed posts is 10, to modify it you need to specify numberposts parameter: [catlist numberposts=15] List posts from the “Dogs” category: [catlist name=Dogs] List posts from the category with id 2: [catlist id=2] By default only the “post” post type is included. To list pages use: [catlist post_type=page] and for both posts and pages: [catlist post_type="post,page"] If we combine the above options we can get a shortcode that lists 15 items, including post and pages, from the “Dogs” category: [catlist name=Dogs post_type="post,page" numberposts=15] Most of the parameters you will find in the documentation can be used together. The plugin can detect current post’s category and use it for listing: [catlist categorypage=yes] Same goes for tags: [catlist currenttags=yes] To show each post’s excerpt use: [catlist excerpt=yes] If you want to show the date, author and comments count next to each post, use: [catlist date=yes author=yes comments=yes] You can specify html tags and classes for many elements. Let’s modify the previous shortcode and wrap dates and authors in tags and classes of our choice: [catlist date=yes date_tag=span date_class="my-date" author=yes author_tag=p author_class="my-author" comments=yes] Read more about this feature You can order posts by date: [catlist orderby=date] You can also use title, author, ID. More options are described in the documentation. The plugin also supports pagination. You need to specify numberposts to tell the plugin how many posts per page you want: [catlist pagination=yes numberposts=5] See the wiki: Pagination for more information. Please read the full documentation for detailed documentation of all plugin features, use cases and shortcode parameters.

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C