Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Extra " added to ul tagOk, the error was the extra ” as ideric first pointed out. I removed it on version 0.20.1, but if you specify a class for the plugin, the ” didn’t get closed like ortixia showed: <ul class=”myclass>
I placed the ” correctly now. Now, regarding Start1’s and Andrea’s bugs, could you be more specificas to when / how this is happening?
Please, everyone try out the latest release: 0.20.2 and sorry for the dumb mistake on version 0.20.1.
Thanks!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Extra " added to ul tagThanks ideric! Just released a bugfix release v0.20.1 without this extra “. Thanks for your contribution!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] was a good pluginHi vehicros,
What kind of errors did you have using List Category Posts?If you give me some more details maybe I figure out what the errors are, fix them and get a better version out. You would be doing all of the plugin’s users a great favor.
Thanks in advance.
Regards!What version of the plugin are you using?
Version 0.19.3 fixed some issues with taxonomy.Regards
Forum: Plugins
In reply to: [List category posts] Adding thumbnail size and linkHi emcee2,
The correct parameter for thumbnail to work isthumbnail, without the s.Check the documentation for the correct params:
- thumbnail – Show post thumbnail (http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/). Default is ‘no’. Ex: [catlist thumbnail=yes].
- thumbnail_size – Either a string keyword (thumbnail, medium, large or full) or a 2-item array representing width and height in pixels, e.g. array(32,32).
Thanks!
RegardsHey frisco, thanks for posting this. I’m rolling out a bug fix release: 0.19.3 with this code included.
Regarding multiple custom taxonomies, I’ll look into that, see if I can add it in a future release.
Thanks!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] titlelinkSure, this should be easy to do. I’ll add it on a future version.
Thanks!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Broken in 3.2 as wellHi gorinosho,
Please, could you write here the shortcode you’re using?Did you create the custom post type “blog”?
Thanks!
Hey thanks for using the plugin AND special thanks for this code. I’ve added it into version 0.19.
Regards!
Fernando
Forum: Plugins
In reply to: [List category posts] Adding thumbnail size and linkThanks! Version 0.19 will include thumbnail_size as a parameter, so you will be able to use either a string keyword (thumbnail, medium, large or full) or a 2-item array representing width and height in pixels, e.g. array(32,32) like the native function does.
Forum: Plugins
In reply to: [List category posts] Thumbnail IssuesHey thanks for using the plugin!
From this other post on the forum:has_post_thumbnail() is a standard WP 3.0 template tag:
http://codex.wordpress.org/Function_Reference/has_post_thumbnailTry switching to the TwentyTen theme and see if that helps.
(…)
Your theme has to call add_theme_support(‘post-thumbnails’) in an after_setup_theme action. Otherwise the post-thumbnail functions aren’t included. See the TwentyTen theme for an example of how it’s done.
Forum: Hacks
In reply to: How can I list a specific number of postsCheck out List Category Posts:
http://wordpress.org/extend/plugins/list-category-posts/
You can set an offset and number of posts for each column.So the shortcode would be:
Column 1:
[catlist id=1 offset=0 numberposts=10]
Column 2:
[catlist id=1 offset=10 numberposts=10]
Column 3:
[catlist id=1 offset=20 numberposts=10]For a dynamic solution, some coding would be necessary…
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Custom Post TypesI’ll look into this for a future version of the plugin. Thanks for reporting!
Regards
wpbless, can you be more specific as to what is not working?
Does it just display the shortcode instead of the posts list? WP 3.1 and latest plugin version?
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Fatal errorIs this the error?
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /whatever/wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 9If so, you should read the Plugin’s FAQ:
http://wordpress.stackexchange.com/questions/9338/list-category-posts-plugin-upgrade-fails-fatal-error/9340#9340