Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Tags selection in widget doesn't workCreo que es por lo que te respondí en otro tema, el parámetro sería “tags” y no “tag”. Revisa si es eso, y si funciona marco como resuelto este tema, y si no le seguimos buscando la vuelta.
¡Saludos!
Forum: Plugins
In reply to: [List category posts] Order list by custom fieldA first implementation was done for version 0.35:
customfield_orderby – You can order the posts by a custom field. For example:
[catlist numberposts=-1 customfield_orderby=Mood order=desc]will list all the posts with a “Mood” custom field. Remember the default order is descending, more on order:Please test and let me know what you think 🙂
Forum: Plugins
In reply to: [List category posts] Can't get any of the parameters to workTo show the excerpt, use this:
[catlist id=4 excerpt=yes]
Plus you can customize the excerpt’s wrapping html tag (like using a p or span or whatever tag) and add a css class to it withexcerpt_tagandexcerpt_class.Check more info about the excerpt on the instructions:
http://wordpress.org/plugins/list-category-posts/other_notes/Forum: Plugins
In reply to: [List category posts] "tag" argument doesn't workThe parameter is “tags”. You can use something like:
[catlist tags=mushrooms,pancho]
And it will display all the posts with the “mushrooms” and “pancho” tags.Thanks for the heads up!
I guess it’s related to both parameters being the same name. I’ll look into this and see what I can do myself.
Forum: Plugins
In reply to: [List category posts] Order list by custom fieldIt would be possible. From what I read in the documentation it would be possible. I’ll check it out and see if I can add it to the next version.
Forum: Plugins
In reply to: [List category posts] Tags selection in widget doesn't workLo reviso, ¡gracias!
Forum: Plugins
In reply to: [List category posts] post_status=draft doesn't workFixed the code on version 0.34.1.
Since post_status is working, I’ll mark this issue as resolved.
Forum: Plugins
In reply to: [List category posts] new version brokemFixed on version 0.34.1, sorry!
Forum: Plugins
In reply to: [List category posts] Strange code after updateFixed on version 0.34.1, sorry!
Forum: Plugins
In reply to: [List category posts] List Category Posts 0.34 upgrade causes errorFixed on version 0.34.1, sorry!
Forum: Plugins
In reply to: [List category posts] Broken CodeFixed on version 0.34.1, sorry!
Forum: Plugins
In reply to: [List category posts] post_status=draft doesn't workJust updated the plugin to version 0.34. It includes a fix for post types. Check it out and let me know if it’s working now.
Thanks!
Forum: Plugins
In reply to: [List category posts] Tags selection in widget doesn't work¿Qué plugin estás usando para mostrar shortcodes en los widgets?
Forum: Plugins
In reply to: [List category posts] CSS for Date Display?You need to add a tag for date. Try something like:
date=yes date_class="lcp_date" date_tag="span"
And the date will show up like this:
<span class="lcp_date">October 23, 2013</span>