Fernando Briano
Forum Replies Created
-
The problem is probably because of the space in the name of the category. Try this:
[catlist name="Main Dish" numberposts=-1 orderby=title order=asc]
[catlist name="Side Dish" numberposts=-1 orderby=title order=asc]Or use the category slug instead, probably “main-dish” and “side-dish”.
Forum: Plugins
In reply to: [List category posts] Post thumbnails not showing after update!Check out this link, deactivate every plugin and see if there’s one that’s causing the issue or just my plugin that isn’t working.
I assume all of the posts you are trying to list have a featured image, since you were able to see the thumbnails before upgrading to 3.5.
I see there have been updates in the Media Manager, but can’t find anything related to thumbnails that might be not working. Let me know if you find anything that may help.
Forum: Plugins
In reply to: [List category posts] Post thumbnails not showing after update!Was there an update on the theme? If so, check that the functions.php file in the theme includes this code
add_theme_support( 'post-thumbnails' );.I’m using WordPress 3.5 with a customized theme and List Category Posts 0.27 on this page, and as you can see the thumbnails are displaying. I’m using this code:
[catlist numberposts=10 excerpt_size=10 excerpt=yes thumbnail=yes thumbnail_class="alignright" class="lcp_catlist_clear"]Maybe test with a different theme to see if the issue is on the theme, or there’s actually a bug in the plugin which is not displaying the thumbnails.
Forum: Plugins
In reply to: [List category posts] listing specific post under different titles on blogI don’t think I understand your question. You want to list posts from a category under a title? You can use this:
catlink – Show the title of the category with a link to the category. Use the catlink_string option to change the link text.
So for example you can use:
[catlist id=1 catlink=yes catlink_string="This is the custom title"]
And that would create the posts list under a title that would say “This is the custom title” and would link to the category.If you want to give specific titles to each post, then that can’t be done with this plugin for the moment.
Forum: Plugins
In reply to: [List category posts] Posts without title has no linksThere’s no way to do that now, but I’ll look into it for a future release.
Forum: Plugins
In reply to: [List category posts] CSS code to Make title Big & Bold?The property to bold the text is
font-weightand the size would befont-size. You might want to search for a basic CSS reference or tutorial to learn how to use these.Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingI’ll check a way not to overwrite the theme’s filter for html tags in a future version.
Forum: Plugins
In reply to: [List category posts] V. 0.26 – Excerpt length numberposts not workingI’ve tested excerpt length on version 0.26, it works differently now, and do note the parameter is
excerpt_size, not length:excerpt_size – Set the number of words to display from the excerpt. Default is 55. Eg: excerpt_size = 30
The number of posts are working fine also, check that you’re using the correct parameter:
numberposts=10Forum: Plugins
In reply to: [List category posts] place in page, nothing shows up?I see the page with some posts now. Were you able to fix it?
Forum: Plugins
In reply to: [List category posts] Next page (Page numbers)This hasn’t been implemented yet. It’s on my TO-DO list 🙂
Forum: Plugins
In reply to: [List category posts] Can't get the plugin to runThis is pretty weird. Did you activate it? Try reinstalling it, it seems like you are trying to use the widget and something is failing.
Forum: Plugins
In reply to: [List category posts] [post_status = publish] still shows private postHave to check that code with the new post_status parameter. Thanks for the heads up!
Forum: Plugins
In reply to: [List category posts] Catlist with Password Protected PostsI’ll see what I can do with this.
Glad it got finally fixed 🙂
Thanks everyone for your feedback and support!
Forum: Plugins
In reply to: [List category posts] Show Category TitleFor the moment, you can’t make the TItle be a part of the ul, but you can customize it. Check HTML & CSS Customization under the instructions.
You can use these parameters: catlink_tag (adds a tag to the category link) and catlink_class (adds a css class).