Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Problem if plugin retrieve 1 only postsDoes the thumbnail show up with more than one posts?
What theme are you using? Is it possible that the thumbnail gets hidden with CSS when there’s only one post?
Forum: Plugins
In reply to: [List category posts] excerpt on second rowYou can do this by specifying an HTML tag for the excerpt and a CSS class to customize it even more. Check out the documentation and look for HTML & CSS Customization.
Forum: Plugins
In reply to: [List category posts] Notice: Undefined index error with DebugPlease let me know if this is still happening on version 0.49.x. I think it should be fixed now.
Thanks!
Forum: Plugins
In reply to: [List category posts] Did the "orderby" function break recently?Cool! Thanks for reporting 🙂
Forum: Plugins
In reply to: [List category posts] A Couple of Suggestions (and One Teensy Error)Hi Ari,
Just a quick note to let you know I read this and I’m really thankful for the time you took to write this extensive post! Of course I’m not offended, on the contrary, constructive criticism and feedback are awesome and very welcome 😀Suggestion 1 has been resolved (I think it was on version 0.48). I’ll check out the error and your second suggestion.
Thanks for using the plugin, I’m really glad it’s helped you.
Cheers,
Fernando
Forum: Plugins
In reply to: [List category posts] Nothing appearsCarlos, ¿sigues teniendo el mismo problema?
Lo del error en el nombre de las columnas en la base de datos es bastante raro, no sabrÃa cómo atacarlo. ¿Hay algun plugin instalado que potencialmente haya modificado la base de datos?
Forum: Plugins
In reply to: [List category posts] title formatTo change the order of the date and post title, you should use a template. Use the default.php file as an example and put the date before the title there.
This line:
//Show date: $lcp_display_output .= ' ' . $this->get_date($single);Should be before this line:
//Show the title and link to the post: $lcp_display_output .= $this->get_post_title($single);Look for the template parameter in the documentation to read more about this.
Forum: Plugins
In reply to: [List category posts] Starting_with doesn't workHi, I just released version 0.49.1 with a tweak to the “starting_with” query. Please update the plugin and let me know if the issue persists.
Thanks!
Forum: Plugins
In reply to: [List category posts] Problem if plugin retrieve 1 only postsHi danicasti,
I can’t reproduce this issue. Using this on my dev blog:
[catlist numberposts=1 id=1 thumbnail=yes]I also tried selecting a category with just one post and listing all posts from there and I still see the thumbnail on the published post. Using version 0.49.1 (latest update, coming up in a few seconds).
Forum: Plugins
In reply to: [List category posts] title formatCheck out this parameter:
dateformat – Format of the date output. The default format is the one you’ve set on your WordPress settings. Example:
[catlist id=42 dateformat="l F dS, Y"]would display the date as “Monday January 21st, 2013”. Check http://codex.wordpress.org/Formatting_Date_and_Time for more options to display date.For more customization you’ll probably need to build a template.
Forum: Plugins
In reply to: [List category posts] Multicolumn codeThe FAQ has an example for displaying lists in columns:
https://github.com/picandocodigo/List-Category-Posts/blob/master/doc/FAQ.md#columnsHope this works for you!
Regards,Forum: Plugins
In reply to: [List category posts] Alphabet listingHi, you can order the posts by title with
orderby=titleand choose ascending or descending order withorder=ascororder=desc. Read more here.Forum: Plugins
In reply to: [List category posts] How to incorporate: the_author_posts_link();Just added this, it’ll be available on version 0.49:
When displaying the post author, you can also display a link to the author’s page. The following parameter only works if author=yes is present in the shortcode:
author_posts_link – Gets the URL of the author page for the author. The HTML and CSS customization are the ones applied to
author.Thanks for the suggestion!
Forum: Plugins
In reply to: [List category posts] Category posts no longer expiringHi amy,
I’m not sure I understand your issue. Did the post status stop working? I am assuming you were using post_status=future?What version of the plugin are you using? When did it stop working?
Thanks!
Hi webmakerholly,
There is no a option for “posts_morelink” on the widget right now. What you can do in the meantime is use a shortcode in the widget.I do read this forum, but not on a daily basis. I’m sorry, but maintaining this plugin is not my main job (I don’t even get paid for working on this plugin, so it’s not a job at all). So I visit here when I have time and I answer whatever I can.
You shouldn’t leave your clients waiting for so long. This is open source, you could have paid a PHP developer to check it out and contribute the code for this particular feature, and it would have taken way less than 2 months.