List Category Posts is a simple plugin which allows you to list posts from a category into a post/page using the [catlist] shortcode.
0
votes
1answer
220 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,
...
2
votes
1answer
501 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 ...
0
votes
2answers
193 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 ...
-1
votes
1answer
91 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
vote
2answers
593 views
Plugin: List category posts - How to show the caption under thumbnail
I've been trying to get the caption to show under the thumbnail with css but to no avail. It keeps appearing on top.
css:
.lcp_catlist {
float:left;
text-align:center;
}
.lcp_catlist li {
...
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 ...
1
vote
1answer
30 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 ...
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 ...
0
votes
3answers
616 views
Limit content size
Does anyone know how I can set a limit on the char length for posts when using the "content=yes" function?
I need something like excerpt_size but for the content, not excerpt.
Before someone ...
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:
...
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 ...
0
votes
1answer
167 views
Excerpt Length & List Category Posts Plugin
I'm trying to filter out the excerpt by character length for a plugin called "List Category Posts". I've been trying to get the excerpts working for the past week, but nothing is doing the trick. The ...
0
votes
1answer
127 views
List Category Posts plugin - underline links
I want to underline links in the default template for the List Category Posts plugin. I can't find where to do this in the template & styles. Any assistance would be gratefully accepted.
1
vote
1answer
384 views
Plugin list-category-posts - How can I use “id” or “name” parameters?
In "list-category-post", the shortcode parameter options [catlist id=1,2,3],[catlist id=-99],[catlist name='TestCategory'] don't work correctly.
It always shows posts from All categories.
How do I ...
1
vote
1answer
63 views
How to display a category from a specific post-type
I have a custom post type called "my_people" along with a custom taxonomy named my_people_categories. It is used to display a list of people. I would like to show only the people in the list that ...
-1
votes
1answer
172 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
1answer
118 views
List Category Plugin - Changing the links
Using the list category posts plugin I'm trying to work out how to include a title for the link
In my main theme the links are styles as follows:
<a title="Article - Post title" rel="bookmark" ...
0
votes
0answers
159 views
List Category Posts styling [closed]
I want to style my posts so that they are formatted like this:
1 2
3 4
5 6
7 8
. . .
I have tried creating a li class name (.the-listing), tried the ul class .lcp_catlist, the content class ...
0
votes
0answers
81 views
LCP title_class does not get styling [closed]
Ok so I think I have the idea of how this is suposed to work but apparently I'm wrong about that. I have put the following shortcode on my page"Blog"
[catlist id=1 title=yes title_tag=p ...
1
vote
1answer
133 views
Add pagination to listing plugin
I am trying to figure out on how to add pagination to your listing.
Think you could help me out?
I have added the read more button and manage to customise the listing styles.
What's left is the ...
1
vote
1answer
447 views
Multiple Categories on Catlist using name function
Hi there I am hoping that someone can help me with the "plugin-list-category-post" plugin.
I am using this shortcode in a post to activate the plugin
[catlist name='Audi' name='Cadillac' ...
1
vote
1answer
304 views
need pages to display Title <plugin list category post>
My pages that are using the list category post do not have the title on them, and we would like that to happen. Is there some code that is telling the title not to display?
1
vote
1answer
343 views
Getting the “more” tag to work with plugin-list-category-post
I know the List category posts has an attribute to show only an excerpt from the post, but I can't seem to get the plugin to work for the Wordpress tag break. Does the plugin recognize the tag?
0
votes
1answer
140 views
Plugin List Category: post custom field doesn’t show anything
I'm using the Plugin List Category to show a list of posts and I use it with the parameters:
[catlist name=talleres thumbnail=yes thumbnail_size=52,52 excerpt=yes customfield_display=featured]
But ...
1
vote
1answer
175 views
Align thumbnail
I've created my own template yet I can't figure out how to specify CSS attributes to an individual $lcp_display_output option. In this case I'd like to align the thumbnail to none to allow the ...
0
votes
1answer
171 views
Multilanguage Post Titles not Translating with List Category Posts Plugin
For the most part the plugin List Category Posts works great.
I just have one problem with it: when I try to show the title and excerpt of a post it shows all translations at the same time, rather ...
1
vote
1answer
708 views
List Category Posts - thumbnails
I'm trying to use the List Category Posts Plugin so that I can have different categories of posts show up at the bottom of different pages. I can't seem to get the thumbnails=yes option to work. It ...
1
vote
0answers
218 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
1answer
198 views
plugin-list-category-post custom fields
I'm using list category posts and would like to display several custom fields, but not all together.
I have used a template to display the list in a table, and have custom fields for country, county ...
1
vote
2answers
207 views
Current class hook on generated list
I want to style a current state with CSS to indicate the page currently being viewed, but List category posts doesn't generate a class hook. All it would need is something similar to the solution ...
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 ...
0
votes
2answers
339 views
Wordpress 3.2.1, plugin-list-category-post won't show all options [closed]
In Wordpress 3.2.1, the list-category-post plugin won't show me all the options. Particularly, I want to include the thumbnail image. The only options visible in the widget are Title, Category, ...
1
vote
1answer
231 views
Use main theme's CSS for the outer wrapper in list-category-posts?
All the HTML and CSS shortcode handles are fantastic! I'm able to simply reference my main theme's existing CSS to instantly format the content. What I don't know how to do is formatting the overall ...
1
vote
1answer
600 views
Filter posts under multiple categories?
How do I filter the posts by multiple categories? For example, if some of my posts are categorized under just apples and some as just oranges and some both, how would I filter the results to show only ...
0
votes
1answer
651 views
How do I remove link in posts titles
thank you for an amazing plugin! I´m having a problem that I hope you can help me with:
I´m using List Category Posts on a private user-page with tabbed content. As I would like users to stay on ...
1
vote
1answer
152 views
Exclude current page from list of pages
I'm using [catlist categorypage=yes post_type=page] in the sidebar to display a list of pages with the same category as the current page. Wonderful, but it returns a link to the current page.
Is ...
2
votes
2answers
84 views
How can I get List Category Posts to work as a widget?
This plugin works just fine in a post/page, but I need it to appear in a Text widget. Anyway to make it work in this location?
2
votes
1answer
91 views
How to make the 'more' link point to the post instead of the category list
I'm using the List Category Posts plugin to list a certain categories posts on a page in my site.
The default 'more' link functionality is to point to a full list of the categories posts. I'd like to ...
1
vote
1answer
85 views
Which image is used for thumbnail in List Category Post plugin
Which image does the plugin use for the thumbnail? From the customer field "thumbnail" or "featured-image"? What about an option to use "first attached image" or "first image in post" as some other ...
0
votes
2answers
241 views
Customize individual parts of the list - List Category Posts plugin
I was just wondering if there was anyway to customize individual parts of the lists. So for instance if you go to my site at www.r3entertainment.org and check out the Features page, if you look at the ...
1
vote
1answer
222 views
trying to get thumbnail to appear before post
http://news-test.gnome.org/original-posts/
I would like the thumbnail to appear before the title of the post here. I have tried making a list-category-posts folder right under my theme folder, with a ...
1
vote
1answer
250 views
Set class on thumbnail images in plugin list category post
I am hoping that someone can help me - How can I set the Class on the Thumbnail images?
I have looked here: In the catList.php file
$lcp_thumbnail = '<a href="' . ...
1
vote
1answer
4k views
List Category Posts plugin upgrade fails with fatal error
I just tried an automatic upgrade of List Category Posts plugin to version 0.17.2 on WordPress 3.0.5. I think I had 0.17.1 before. It installed but failed to activate:
Plugin could not be activated ...
0
votes
1answer
132 views
You can add paging in results? [closed]
The plugin is very good, but I think it is missing one feature: add paging results: Example: I have 30 posts but I want to display 10 posts per page, then automatically be added paging to two other ...
-1
votes
1answer
70 views
Showing [caption] tag in listing [closed]
Is there a way to prevent showing the caption tag in the category listing? See example here: http://www.honeytraveler.com/honey-by-country-region/united-states/ (Harvesting honey at the Fitzpatrick ...
1
vote
1answer
374 views
Table for plugin-list-category-post? [closed]
I'm using the list-category-post plugin - is it possible to display the list of posts in a table?
I want to have a dynamic table showing all the posts in a category, so a user can search the table ...
1
vote
3answers
99 views
list category posts are not ordering any more
I am not sure if this started with the latest upgrade (didn't notice it until yesterday), but the lists are no longer ordering by either asc or dsc. Doesn't matter which I chooose, or which list, they ...
1
vote
2answers
110 views
Date not displaying in category post
I am not able to get the date to display for posts listed in a category using [catlist] tag. I use the parameter 'date=yes'. The time displays, but not the date. I have checked the ...
-2
votes
2answers
770 views
Custom Fields for Categories and Display them on a Page [closed]
hey guy I am NOT a programmer but I NEED ur help asap. I'm currently building a webite and I need a way to do the following:
Have custom field/additional field for category such as a image,bio,an ...
1
vote
1answer
65 views
List Category Posts V0.21 upgrade breaks site
I just upgraded the List Category Posts plugin from 0.18.3 to 0.21 and my website has failed.
I've determined that the difference causing the failure is that the previous version passes a string ...
