Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] categorypage not available in WidgetAw, puppies!
I don’t quite get what is working and what is not. Did ‘currentcategory’ stop working for you when using the shortcode?
Category is “Wurf Lotte – Mรคrz 2013” but even with a short one like “Welpen” or a combination of both the plugin always lists all posts.
What shortcode are you using here? Looks like it might be an issue with sub-categories. Welpen is a category, and Wurf Lotte – Mรคrz 2013 is a subcategory of Welpen, right?
What do you mean with “when I name the category”? It looks like you’re using the “normal way” to list the posts in that page and it’s working.
PS: Done, thanks ๐
Forum: Plugins
In reply to: [List category posts] categorypage not available in WidgetHi danci!
Thanks for using the plugn ๐To answer your questions:
1 – I’ve just implemented this and released it on version 0.30.2 ๐
2 – Though I really appreciate donations, they generally don’t directly affect the priority of a feature. You’re more than welcome to donate a comic book from my wishlist if you want to show appreciation though ๐
3 – I improved the way the current category is detected, and added the feature to the widget, just select “Current Category” on the widget’s Category selection box. Let me know how it works out for you.Regards,
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingYep, after releasing the 0.30 version I realized it was wrong to use the HTML so I inverted the functionality so that you ask it specifically to use the HTML.
Glad it worked out in the end!
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingWith this new parameter: excerpt_overwrite, you can get all automatically generated excerpts. Hope this helps!
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingSorry I changed the code once again. I kept the HTML tags stripped since that used to be the default behaviour:
excerpt – Display the post’s excerpt. Default is ‘no’, use
excerpt=yesto activate it. If you don’t have an excerpt in your post, the plugin will fetch this text from the content, striping its images, shortcodes and HTML tags. The limit is set by the *excerpt_size* parameter (55 words by default). If you want the automatically generated excerpt to respect your theme’s allowed HTML tags, you should useexcerpt_strip=no. If the post has an excerpt, the HTML tags are automatically stripped. If you want to overwrite the post’s excerpt with an automatically generated one (may be usefull to allow HTML tags), useexcerpt_overwrite=yes. I added this last parameter to have consistency across excerpts.Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingWhat code are you using? Maybe remove styles or try the excerpt_strip param and see how it looks?
Forum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingThis has been fixed on version 0.30 of the plugin. By default, tags are not stripped. If you want to strip them, you must use the excerpt_strip parameter:
[catlist name=blog excerpt=yes excerpt_strip=yes]Check it out and let me know how it works ๐
Forum: Plugins
In reply to: [List category posts] Class (CSS) for pluginIf you want to apply a CSS class to the title PLEASE READ THE DOCUMENTATION, it clearly says how to do it for the title under HTML & CSS Customization.
If you’re asking for the CSS then that’s not a question about the plugin, but that would be something like:
color: #f00; font-weight: bold;Forum: Plugins
In reply to: [List category posts] Php noob needs a handYou don’t need to know PHP to do what you want to do. You just need to read the docs and search for the template parameter.
template – File name of template from templates directory without extension. Example: For ‘template.php’ value is only ‘template’. Default is ‘default’, which displays an unordered list (ul html tag) with a CSS class. This class can be passed as a parameter or by default it’s: ‘lcp_catlist’. You can also use the default ‘div’ value. This will output a div with the ‘lcp_catlist’ CSS class (or one you pass as parameter with the class argument). The inner items (posts) will be displayed between p tags.
So you should just pass this parameter:
template=divForum: Plugins
In reply to: [List category posts] Excerpts Losing FormattingJust a quick heads up that I’ll look into this, and in any case get a bugfix version out.
Forum: Plugins
In reply to: [List category posts] Intersect Categories – is it possible?hvianna’s code was added in version 0.29 ๐
Please update, check it out, and let me know how it goes!
Forum: Plugins
In reply to: [List category posts] List posts from specific combination of categorieshvianna’s code was added in version 0.29 ๐
Please update, check it out, and let me know how it goes!
hvianna this has been added to version 0.29, again thank you very much! I see you have a user with the same handle on GitHub, check the plugin’s repo over there and contribute as much code as you want ๐
GitHub’s Pull Requests are awesome, and you get more credit for the code you contribute ๐
Thanks!
Awesome, thanks! I’m adding some stuff to release a 0.29 version soon, so I’ll check this out.
Regards,
Forum: Reviews
In reply to: [List category posts] Highly CustomizableYou sir are a gentleman and a scholar!
This comment made my day, thanks! ๐