List Category Posts is a simple plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.

learn more… | top users | synonyms

0
votes
2answers
190 views

Custom post template for particular category

Here is my issue: I have one parent category with many sub-categories below it, e.g. Category Sub category sub-sub category...... sub-sub category...... sub-sub ...
3
votes
1answer
78 views

numberposts not showing specific number

I'm using List Category Posts plugin to show up the specific posts from a category on a page. It works well, but if I'm trying to reduce the number of my latest posts to 3, for example this way: ...
2
votes
1answer
500 views

Format the output of List category posts plugin

I wanted to have the first few lines (say 5 lines) of individual user posts with a particular tag to appear along with their featured image on a particular page. My search for a plugin to do the same ...
1
vote
1answer
29 views

Display list of categories filtered by date?

I have a sidebar on our intranet which lists, hierarchically, posts by category. Such as: -- HR ---Events ----Picnic However, this list has gotten long, and some categories are no longer even ...
0
votes
1answer
218 views

How to Filter categories in the permalink structure

Using /%category%/ %postname%/ for the permalink I get a URL string of all the categories that the specific post is included in. I would like the categories in the url to be filtered down.here it is, ...
0
votes
1answer
78 views

Can I display a list of categories in a post?

Using the List Category Posts plugin by Fernando Briano is it possible to display a list of all the posts in a particular category and have the titles of posts as links to the posts? I am using that ...
-1
votes
1answer
84 views

How to use the WP Plugin List Category Post widget (!) with more than one category?

The Plugin List Category Post used as shortcode in a post/page allows to display a number of random posts from several categories. But when I use the plugin's widget I can choose only one category. ...
-1
votes
1answer
169 views

Can I make the list collapsible?

Is there any way I can make the list collapsible, so that I can put all of my categories on one page? I'm creating a recipe site, and I'd like to have a nice summary page.
1
vote
0answers
38 views

Having some trouble with “List Category Posts” plugin

I'm trying to use this plugin on my site, unfortunately I'm having to call these short codes in my template files like so: echo do_shortcode('[catlist id=1]'); However, it doesn't seem to be ...
1
vote
0answers
217 views

I need an example on how to display the content of a custom field in the LCP template

Excellent plugin, my only problem is that I can't get the value of a custom field displayed where I want to. I have a custom field: imgx It's value is an HTML code, specifically for an image, like: ...
0
votes
0answers
20 views

List category posts plugin - syntax for custom taxonomies

I am using the plugin 'List Category Posts' and have a custom taxonomy called 'sections' and within that a set of the alphabet A, B, C through to Z. The id for A is 10 and the slug is a Having ...
0
votes
0answers
65 views

Using the List Category Posts plugin, how do I display all the posts in a category, but only 10 or so at a time?

Can that page be set so there are a certain number of posts that display at one time (maybe 10), with a next button or something similar at the bottom to view the next 10? Right now, I am displaying ...