WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: list-category-posts (Used by 200 domains)

List category posts

πŸ‘€ Fernando Briano πŸ“¦ v0.95.0 πŸ”— Plugin Homepage

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:

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.

DomainExposuresHeadersLast Checked
d*m*e*e*h*n*w*.ir (WP 6.9.5) βœ… F 2026-07-27 02:01:40
w*r*n*s*v*a*a*e.ru (WP 7.0.2) πŸ‘€ F 2026-07-26 06:18:21
k*b*.org (WP 7.0.2) πŸ‘€ F 2026-07-25 20:06:12
c*r*m*g*a*h*x.com (WP 7.0.2) πŸ‘€ F 2026-07-25 08:15:57
h*t*r*i*n*s*.nl βœ… A 2026-07-25 07:31:10
g*r*r*c*.com (WP 7.0.2) βœ… F 2026-07-25 04:07:04
m*k*-*c.jp (WP 7.0.2) πŸ‘€ F 2026-07-25 03:50:33
s*j*m*s*l*b*r*y.org βœ… F 2026-07-24 22:12:56
y*s*-*a*k.net (WP 6.5.8) πŸ‘€ F 2026-07-24 16:23:06
m*s*o*r*l*m*u*i*.com (WP 7.0.2) πŸ‘€ F 2026-07-24 05:07:18
k*r*i*a*-*l*e*i*e.com (WP 7.0.2) πŸ‘€ F 2026-07-24 01:51:20
s*a*i*.jp (WP 7.0) πŸ‘€ D 2026-07-24 00:12:55
p*n*a*p*j*u*.com (WP 4.7.29) ⚠️ πŸ”“ πŸ‘€ F 2026-07-23 23:58:29
c*o*o*g*k*.com πŸ‘€ F 2026-07-23 23:30:01
r*d*o*a*z*c.org (WP 7.0.2) βœ… F 2026-07-23 22:03:43
h*u*a*j.com πŸ‘€ F 2026-07-23 18:21:49
r*o*t*l*-*a*a*a.com (WP 7.0.2) πŸ‘€ F 2026-07-23 12:53:34
t*p*-*.c*.jp (WP 7.0.2) πŸ‘€ F 2026-07-23 05:15:29
i*u*i*s*i*a.com πŸ‘€ F 2026-07-22 22:25:20
o*a*u*y*u*h*e*.com βœ… F 2026-07-22 10:14:44
t*d*z*n.g*v.tr (WP 7.0.2) πŸ‘€ F 2026-07-22 01:01:08
h*l*r*d*e*e*c*c.org (WP 7.0) πŸ‘€ F 2026-07-22 00:06:50
s*c*n*e*.jp πŸ‘€ F 2026-07-21 21:25:32
s*a*e*g*v*.eu (WP 4.8.25) ⚠️ πŸ‘€ F 2026-07-21 14:31:58
b*c*n*w*w*r*.com πŸ”“ F 2026-07-21 01:38:01
p*l*z*i*e*e*z*n*w*s*o*p*n.de πŸ‘€ C 2026-07-21 00:46:07
s*a*a*u*t*c*.es (WP 7.0.2) βœ… F 2026-07-21 00:31:20
e*e*g*m*s*.net (WP 7.0.2) βœ… F 2026-07-21 00:04:17
t*p*-*.com (WP 7.0.2) βœ… F 2026-07-20 22:52:13
m*d*a*i*o*.org (WP 6.9.5) πŸ”“ πŸ‘€ F 2026-07-20 04:35:53
h*d*l*g.com (WP 6.9.4) πŸ‘€ F 2026-07-19 13:51:15
i*a*s*u*o*e.org βœ… F 2026-07-19 11:53:17
s*i*h*n*r*n.jp (WP 6.9.5) βœ… F 2026-07-19 10:28:29
o*t*e*o*t.com (WP 6.7.1) βœ… F 2026-07-19 09:48:22
k*w*n*h*m*s.com (WP 6.7.5) πŸ‘€ F 2026-07-19 06:57:58
o*o*s*g*.com (WP 7.0.2) πŸ‘€ F 2026-07-19 05:37:46
r*t*i*.com βœ… F 2026-07-19 04:27:43
o*l*n*r*p*i*s*h*o*.com (WP 7.0.2) πŸ‘€ F 2026-07-18 23:51:55
t*u*u*i*e*a.com (WP 5.5.18) ⚠️ πŸ‘€ F 2026-07-18 19:23:48
v*l*e*i*p*r.nl (WP 6.4.8) ⚠️ F 2026-07-18 05:39:14
s*u*h*r*m*.com πŸ”“ F 2026-07-17 22:55:53
g*n*s*s*f*n*n*e.net (WP 7.0.2) πŸ‘€ F 2026-07-17 22:01:30
r*s*e*e*k*i*o*.cz (WP 7.0) βœ… F 2026-07-17 17:21:10
h*g*-*o*l*r*a*i*o*.com (WP 7.0.1) βœ… F 2026-07-17 14:10:52
d*x*n*g*y*.com (WP 7.0.1) πŸ‘€ F 2026-07-17 13:56:52
k*r*m*n.com (WP 7.0.1) πŸ‘€ F 2026-07-17 12:39:48
h*d*m*s*l*n.com (WP 7.0.1) πŸ‘€ F 2026-07-17 10:52:26
h*d*-*h*n*y*.com (WP 6.9.4) πŸ‘€ F 2026-07-17 10:27:21
m*w*l*i*m*e*o*.com βœ… D 2026-07-17 06:38:38
t*o*p*3*i*n*a.com (WP 6.9.4) βœ… F 2026-07-17 00:56:44
o*s*t*n*t*.com (WP 4.8.25) ⚠️ πŸ‘€ F 2026-07-16 14:40:35
t*i*k*p*g*.com (WP 7.0) πŸ‘€ F 2026-07-16 08:17:19
c*r*t*i*c*t*e*.com (WP 7.0.1) βœ… F 2026-07-15 19:25:49
b*n*s*o.com βœ… F 2026-07-15 13:55:46
i*b*s*a*o*o*a*o.it βœ… B 2026-07-15 07:01:55
i*b*s*a*o*o*a*o.e*u.it βœ… B 2026-07-15 06:58:23
y*s*k*-*r*e*e*c*c*e.com (WP 7.0.1) πŸ‘€ F 2026-07-15 05:57:47
z*t*y*v*r*m.com (WP 7.0.1) πŸ‘€ F 2026-07-14 17:25:57
a*b*r*h*e*o*i*t*.e*u.it βœ… B 2026-07-14 15:19:39
e*w*r*b*b*i*t*c*.com (WP 7.0.1) πŸ‘€ F 2026-07-14 13:22:56
z*r*i*e.com βœ… F 2026-07-14 10:24:46
s*u*d*e*h*i*u*s*o*i*.com (WP 7.0.1) πŸ‘€ F 2026-07-14 05:33:11
n*o*b*k*n*h*.com (WP 7.0.1) πŸ‘€ F 2026-07-14 01:25:06
o*i*i*d.com (WP 7.0.1) πŸ‘€ F 2026-07-14 00:11:41
l*o*.g*v.ph βœ… D 2026-07-13 18:32:05
c*c*o*x*e*i*r*e.fr (WP 6.4.8) ⚠️ πŸ‘€ F 2026-07-13 18:21:02
k*z*o*i*o*u*h*.com (WP 6.8.5) πŸ‘€ F 2026-07-13 18:08:21
k*y*o*.com βœ… F 2026-07-13 13:51:30
k*v*s*m*e*a*o*g*n*z*r.com (WP 7.0.1) βœ… F 2026-07-13 08:43:16
k*v*s*m*e*a*h*s*a.com (WP 7.0.1) βœ… F 2026-07-13 08:43:15
k*v*s*m*e*a*e*e*t.com (WP 6.9.4) βœ… F 2026-07-13 08:43:15
j*k*-*o*h*d*.com (WP 7.0.1) πŸ‘€ F 2026-07-13 07:11:18
k*t*-*o*.com πŸ‘€ F 2026-07-13 04:01:35
k*t*-*m*u*s*.com βœ… F 2026-07-13 04:01:35
p*d*p*o*o*e.online (WP 7.0.1) πŸ‘€ F 2026-07-13 01:11:35
x*-*9*j*e*a*l*3*6*w*8*0*x*k*1*v*h*y*f*i*c*g*m*1*.com πŸ‘€ F 2026-07-12 22:09:56
9*o*t*o*s.com (WP 6.3.3) ⚠️ F 2026-07-12 11:34:37
j*y*e*d*c*u*.com (WP 7.0.1) βœ… F 2026-07-12 09:52:36
r*n*y*l*a*p*o*o*r*p*y.com (WP 7.0.1) πŸ‘€ F 2026-07-12 08:21:06
a*a*o*-*e*t*u*a*i*n.com (WP 5.7.2) ⚠️ πŸ‘€ F 2026-07-12 07:33:34
w*y*o*l*y*a*l.org (WP 7.0) πŸ‘€ F 2026-07-12 01:07:06
r*t*r*c*u*o*w*n*h*s*e*.org (WP 7.0) πŸ”“ F 2026-07-12 00:14:11
y*n*i*f*u.com (WP 7.0.1) πŸ‘€ F 2026-07-11 19:27:42
w*i*f*.com βœ… F 2026-07-11 14:29:36
w*i*-*m.com βœ… F 2026-07-11 14:29:36
n*d*.com (WP 7.0.1) πŸ‘€ F 2026-07-11 14:29:18
j*n*i*d*l*.com (WP 6.0.12) ⚠️ F 2026-07-11 12:50:50
w*i*i*g*b*a*t*.com (WP 7.0.1) πŸ‘€ F 2026-07-11 11:09:18
r*v*.de (WP 4.9.29) ⚠️ πŸ‘€ F 2026-07-11 04:13:40
e*p*l*g.com (WP 6.8.5) βœ… F 2026-07-11 04:00:52
t*n*e*-*k*.com (WP 6.9.4) βœ… F 2026-07-11 02:19:24
h*n*g*r*p*t.com πŸ’€ F 2026-07-11 01:01:20
g*n*d*l*.com βœ… F 2026-07-10 15:58:00
m*n*a*t*e*a*y*e*i*a*s.com πŸ‘€ F 2026-07-10 14:41:54
c*a*a*a*e*l*e*s.com (WP 7.0.1) βœ… F 2026-07-10 14:20:50
m*t*u*s*o.net (WP 7.0.1) βœ… F 2026-07-10 10:36:52
m*d*a*a*t*e*s.jp (WP 4.9.1) ⚠️ πŸ‘€ F 2026-07-10 06:29:17
w*y*o*s*b*l*.com (WP 7.0) βœ… F 2026-07-10 00:20:14
j*v*-*e*.com πŸ‘€ F 2026-07-09 22:49:25
t*p*t*.com πŸ‘€ F 2026-07-09 15:07:06

Top 50 Plugins

Plugin Count
elementor 1,779,388
contact-form-7 1,761,088
elementor-pro 1,055,687
woocommerce 817,660
revslider 612,251
jetpack 458,895
js_composer 422,839
wp-rocket 341,544
essential-addons-for-elementor-lite 266,783
complianz-gdpr 259,818
gravityforms 257,768
google-site-kit 232,142
cookie-law-info 230,394
instagram-feed 226,099
sitepress-multilingual-cms 211,909
header-footer-elementor 208,549
google-analytics-for-wordpress 207,147
bluehost-wordpress-plugin 193,005
elementskit-lite 181,900
gutenberg 167,565
cookie-notice 150,381
litespeed-cache 143,078
gtranslate 126,061
wpforms-lite 125,379
the-events-calendar 123,077
gutenberg-core 122,519
astra-sites 114,573
popup-maker 110,596
woocommerce-payments 110,364
tablepress 102,292
honeypot 98,159
astra-addon 94,468
wp-smushit 91,509
duracelltomi-google-tag-manager 90,847
coblocks 90,281
layerslider 89,960
all-in-one-seo-pack 89,716
bb-plugin 86,712
akismet 85,457
premium-addons-for-elementor 85,000
cleantalk-spam-protect 83,269
ml-slider 82,930
mailchimp-for-wp 82,435
megamenu 80,780
woocommerce-gateway-stripe 80,066
jet-engine 77,767
fusion-builder 77,630
ewww-image-optimizer 76,815
smart-slider-3 76,682
wp-pagenavi 76,584

Top 50 Themes

Theme Count
hello-elementor 623,140
Divi 499,644
astra 417,537
flatsome 137,169
Avada 121,933
generatepress 115,455
pub 85,361
oceanwp 81,158
kadence 79,293
enfold 69,360
salient 65,583
twentyseventeen 54,581
bb-theme 52,905
betheme 52,583
twentytwentyfour 52,393
blocksy 51,239
cocoon-master 49,293
dt-the7 45,667
twentytwentyfive 44,879
h4 42,570
woodmart 41,447
neve 38,409
Avada-Child-Theme 37,034
gox 36,294
bridge 31,641
twentytwentyone 30,513
lightning 29,886
twentytwenty 28,872
swell 27,928
bricks 26,549
Impreza 26,210
Newspaper 24,349
twentytwentythree 22,239
epik-redesign 19,218
twentytwentytwo 18,921
uncode 18,690
twentysixteen 17,681
pro 17,583
sydney 16,662
storefront 16,428
Total 14,531
hello-theme-child-master 14,048
factory-templates-4 13,733
extendable 13,170
themify-ultra 12,997
hestia 12,665
yootheme 12,622
yith-wonder 12,423
porto 12,058
jupiter 11,700