Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] post_status=draft doesn't workThanks for reporting this, I’ll check it out and try to fix it for the next version.
Forum: Plugins
In reply to: [List category posts] Bold posts headlinesUse the
title_classparameter in your shortcode something like this:[catlist id=7 title_class="strong" title_tag="span"]And in your CSS file:
span.strong{ font-weight: bold }Forum: Plugins
In reply to: [List category posts] I can't customize custom field labelsI think I didn’t understand this question.
Forum: Plugins
In reply to: [List category posts] Exclude category errorI’ll check it out.
Forum: Plugins
In reply to: [List category posts] Tags selection in widget doesn't workRight, but what is the plugin you’re using to use shortcodes in widgets?
Forum: Plugins
In reply to: [List category posts] Thumbnails pulling from YouTube linksYep, that’s it. I may be implementing this in the future, but it’s pretty specific. I’ll update this thread if I do.
Thanks!
Forum: Plugins
In reply to: [List category posts] Tags selection in widget doesn't workWhat’s the plugin for using shortcodes in widgets? Maybe I can test it with List Category Posts and find why it doesn’t work.
Forum: Plugins
In reply to: [List category posts] How to make thumbnail image appear next to excerptcre8ov,
Sounds like you’ll need help, can you ask a fellow developer to help you out? If you don’t know how shortcodes and CSS work, then you’ll need someone who does to help you.There’s one or several CSS files on your theme’s folder. That’s where you need to add the css class and style it. And then use that class for thumbnails on the call to List Category Posts.
Forum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingAwesome 🙂
Regarding the auto-update, that has happened to me before. I think it might be because of updating before all the mirrors have the new version or something. I just updated from my blog and it seems to be working ok, but thanks for the heads up.
Enjoy the plugin!
Forum: Plugins
In reply to: [List category posts] Youtube ThumbnailI’ll improve this feature for future versions, even make it optional. More info coming soon!
Forum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingOk, version 0.33 should fix this issue. Let me know if it’s so and I’ll mark this issue as resolved. Thanks!
Forum: Plugins
In reply to: [List category posts] Count feature?I’ll work on that for a future version, thanks!
Forum: Plugins
In reply to: [List category posts] Thumbnails pulling from YouTube linksThis is really strange. The plugin checks if there’s any available thumbnail for the post (featured image), and if it doesn’t find any, it checks if there’s any youtube video to get the video’s thumbnail. I still have to improve this, but it’s still strange that if you have thumbnails available it should show them when you use that option.
Check these links to make sure you’re using WordPress’ featured image:
http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
http://codex.wordpress.org/Post_ThumbnailsForum: Plugins
In reply to: [List category posts] cat_link tag does not seem to be workingFound the issue. I’m releasing a new version with a fix to this soon!
Forum: Plugins
In reply to: [List category posts] Error with multiple categories and operatorOops, looks like it broke :S
I’ll check it out.