Fernando Briano
Forum Replies Created
-
enricofra sorry I didn’t notice this earlier…
Try:
thumbnail=yes
instead of
thumbnails=yes
There was an update notice:
== Upgrade Notice ==
= 0.13.2 =
Thumbnail parameter ‘thumbnails’ changed to ‘thumbnail.Enrico, I’m trying to figure out what could be going wrong with the plugin. As you described, it’s pretty weird.
The plugin uses the the get_the_post_thumbnail function this way:
if ( has_post_thumbnail($single->ID) ) { $lcp_thumbnail = get_the_post_thumbnail($single->ID); }
The documentation for the function says:
Gets Post Thumbnail as set in post’s or page’s edit screen and returns an HTML image element representing a Post Thumbnail, if there is any, otherwise an empty string.
Note: To enable Post Thumbnails, the current theme must include add_theme_support( ‘post-thumbnails’ ); in its functions.php file. See also Post Thumbnails.
First thing you should do is make sure your theme has thumbnails enabled (even more info).
I’m guessing the plugin used to display the images as part of the post, but I’m not sure how it used to do it, now it doesn’t, and not even installing an older version.
The other possibility I’ve been considering is using wp_get_attachment_image, which: returns an HTML image element representing an attachment file, if there is any, otherwise an empty string.
Please, let me know about the thumbnail feature in your theme. We’ll get to fix this one way or the other ??
Thanks!VixWP check the README file for documentation on how to use the custom field feature.
I think it’s already updated on the WordPress site with version 0.16.1, but for some reason the site is sometimes not taking the README file changes to display.
ortixia: Awesome! Glad to know! Let me know of any further comments or errors.
Thanks for using the plugin and reporting any issues everybody!
I’m glad I could help!
Version 0.16.1 is already available on www.remarpro.com, so it shouldn’t be long before your dashboard tells you about the update. Please let me know if everything went back to normal.
It’s really important when users report issues, because I can’t always test every possible option. So thanks again, and if there’s any more bug reports, ideas or comments on the plugin, please don’t hesitate to contact me on this forum.
Regards
ortixia it’s fixed on version 0.16.1. It should be available on your WordPress Dashboard in some minutes.
Sorry about uploading this bug, and thanks for posting about your problem!
Hi ortixia,
There’s no protocol on updating, the problem is I did some fixes on shortcode nesting.The problem was, if you had a post on category 4 wich used say:
[catlist id=4]
Then you created another post wich included the previous post, so there would an infinite loop.I obviously messed up, didn’t consider other loopings like your case…
I’ll fix it and release version 0.16.1 asap.Thanks for posting!
Regards
VixWP & amycarolyn look out for the new feature on version 0.16 (about to be released).
enricofra I’ll check this out, might have changed something on the code that broke the code. I’ll let you know.
Thanks for using the plugin and big thanks for all your feedback!
Forum: Plugins
In reply to: [Plugin: List Category Posts] edit default templateThanks for sharing the solution. I’ll add this fix on the next version of the plugin.
Regards!
VixWPI re read the whole thread now and really got the idea of what you were after. I’ll work on this, it’s a great idea to display the custom field’s values. Sorry for misunderstanding!
I’ll get to work on it right now, so expect it for a future version! Guess 0.16 will include this already.
Thanks for the awesome feedback. Regards!
Forum: Plugins
In reply to: [Plugin: List Category Posts] edit default templatedaitya check my answer on WordPress Answers. I tested the code you submitted, changed some parts, and it’s working now. Please test it and let me know.
Thanks!
Regards
Forum: Plugins
In reply to: [Plugin: List Category Posts] edit default templateHey daitya, I’m following this question here and on wordpress.stackexchange.com ??
I’ll check the plugin code, maybe you’ve found a bug…
Forum: Plugins
In reply to: [Plugin: List Category Posts] edit default templateTemplates for the List Category Plugin are searched for in your WordPress theme’s folder. You should create a folder named “list-category-posts” under wp-content/themes/your-theme-folder. Then use this template name as a parameter for catlist. Check out the rest of the documentation about templates:
https://foro.picandocodigo.net/discussion/253/list-category-posts-using-templates
amycarolyn the custom fields support has been added on version 0.15 of the plugin, so please check it out and test it!
In case any problems arise, please let me know.
VixWP I hadn’t considered doing an alphabetical ordering of the posts. I guess this could be done by querying the posts that start with each letter, or adding some logic to group them with PHP once they’re retrieved from the DB. But I think this would be pretty heavy, I would have to look deeper into it.
Thanks for using the plugin, and please keep on posting feedback, ideas and requests!
Regards
Sooner rather than later I would say. It’s a matter of me getting the time to hack it into the plugin, so stay tuned!
Hi, I’ll get to work on this feature for the next release, so when 0.15 comes out, look for this feature.
It’s been asked a lot, to use custom fields, so it’s next on the to-do list ??
Thanks for using the plugin!
Regards