Linux 软件免费装
Banner图

List category posts

开发者 fernandobt
zymeth25
更新时间 2026年3月15日 05:07
PHP版本: 5.6 及以上
WordPress版本: 6.9.1
版权: GPLv2 or later
版权网址: 版权信息

标签

posts categories list cms

下载

0.13.1 0.93.0 0.10 0.30.2 0.15 0.15.1 0.16.1 0.17 0.17.1 0.17.2 0.18 0.18.1 0.18.2 0.18.3 0.19 0.19.1 0.19.3 0.20 0.20.2 0.20.3 0.20.4 0.20.5 0.21 0.21.1 0.21.2 0.22.1 0.22.2 0.22.3 0.23 0.23.1 0.23.2 0.24 0.25 0.27 0.30 0.30.1 0.31 0.32 0.33 0.34 0.34.1 0.35 0.36.1 0.37 0.38 0.39 0.4 0.4.1 0.40.0 0.41.2 0.42.0 0.42.3 0.43 0.43.1 0.44 0.44.1 0.45 0.46.1 0.46.2 0.46.3 0.46.4 0.48 0.49 0.49.1 0.5 0.50 0.50.2 0.50.3 0.54 0.54.2 0.55 0.58 0.58.1 0.59 0.59.1 0.59.2 0.60 0.60.1 0.61 0.62 0.63 0.67.1 0.13 0.70 0.75.1 0.75.2 0.76 0.76.1 0.77 0.77.1 0.78 0.78.1 0.79 0.42.2 0.74.2 0.84 0.85.1 0.36 0.41.1 0.46 0.50.1 0.51 0.52 0.63.1 0.3 0.6 0.68 0.71.1 0.73.1 0.74 0.69 0.1.1 0.16 0.41.0 0.53 0.54.1 0.72 0.80.1 0.83 0.85 0.82 0.89 0.89.8 0.9 0.12 0.40.1 0.1 0.19.2 0.47 0.81 0.86.1 0.11 0.11.1 0.20.1 0.64 0.65 0.8.1 0.80 0.80.2 0.83.1 0.84.2 0.86 0.87 0.88 0.36.2 0.56 0.57 0.7 0.73 0.73.2 0.74.1 0.89.1 0.89.3 0.89.4 0.89.5 0.89.6 0.27.1 0.42.1 0.7.2 0.80.3 0.89.9 0.90.0 0.10.1 0.11.2 0.66 0.90.1 0.30.3 0.75 0.89.7 0.90.2 0.90.3 0.14 0.14.1 0.7.1 0.88.1 0.91.0 0.89.2 0.22 0.67 0.71 0.84.1 0.92.0 0.93.1 0.94.0 0.95.0

详情介绍:

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!

安装:

升级注意事项:

0.92.0
  • Template files when using the template parameter can only have letters, numbers, _ and - in the name. They also can only be located in the current theme's directory under a list-category-posts directory.
0.66 Full release notes: https://github.com/picandocodigo/List-Category-Posts/releases/tag/0.66 0.65 Full release notes here: https://github.com/picandocodigo/List-Category-Posts/releases/tag/0.65 0.37 When using content=yes, if the post has a more tag, the plugin will only show the content previous to the more tag and not all the content as it used before (it now supports the more tag the same way as WordPress). 0.34
  • Now the plugin accepts either class or tag or both for styling elements (such as date, author, etc. to display). When just using a tag, it will sorround the element with that tag. When using just a class, it will sorround the element between span tags and the given CSS class. Check Other notes under HTML & CSS Customization for more info.
  • Fixed bug on post_status, it used to show all published posts and if user was logged in, all private ones too. Now you can specify 'private' to just display private posts, and draft, publish, draft, etc (See post_status param on the instructions for more info).
0.25
  • Translation support.
0.18 Template system was upgraded with new options. Backwards compatible, but you can better customize the way the post contents are displayed. Check templates/default.php. 0.17 Upgrade your templates: Templates system was rewritten, so your current templates will probably not work. Check out the new default.php file on /templates to see the simpler new way to work with templates. 0.13.2 Thumbnail parameter 'thumbnails' changed to 'thumbnail. 0.7.2 Template system has changed. Now the posts loop must be defined inside the template. Check templates/default.php for an example. 0.8 Widget built for WordPress 2.8's Widget API, so you need at least WP 2.8 to use the widget. 0.9 Template system has changed. Custom templates should be stored in WordPress theme folder.

更新日志:

See CHANGELOG.md for full Changelog. 0.95.0 0.94.0 0.93.1 0.93.0 This is a low risk vulnerability that could potentially be executed by an authenticated attacker, with contributor-level access and above. But it should be fixed with this version. 0.92.0 0.91.0 0.90.3 0.90.2 0.90.1 0.90.0