Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Pagination with custom templateCan you let me know if you’ve tested this on the latest version and it’s working as expected? That way I can mark this issue as resolved.
Thanks!
Forum: Plugins
In reply to: [List category posts] Category Description?I’m wondering if I should add a parameter to show the Category description. What happens when you have several categories?
Like:
[catlist numberposts=20 catlink=yes id=1,2]
This will show the link to both categories separated by a comma. If I wanted to add the description, should the titles be inside an unordered list and a list item for each category to include the title and description?Forum: Plugins
In reply to: [List category posts] Class for date not working when using own template?I see what you mean. Since you’re using the template, you should manually add the class. Something like:
$lcp_display_output .= ' <div class="lcp-date">' . $this->get_date($single) . '</div>';I think class/tag parameters should probably go away when using templates, since they can create confusion for advanced users who use the templates.
Just fixed a bunch of stuff right now to release a new version, but this is something I’ll come back to in the near future to figure out the best way around it.
Thanks for reporting this!
Forum: Plugins
In reply to: [List category posts] Show posts of current category in widgetNot yet, but it sounds like something interesting to implement in the future for the widget.
Thanks!
Forum: Plugins
In reply to: [List category posts] excludeposts no longer workingI am releasing a new version soon, which fixes the “this” parameter for excluding posts. Please check again once you update to 0.42 and I’ll check it out again. Thanks!
Forum: Plugins
In reply to: [List category posts] Not working with custom post typesSure I can check it out, there’s a contact form to e-mailing me here.
I see in the code you have a wrong argument:
postcategorypageshould becategorypage. Is “post” part of the post type?Forum: Plugins
In reply to: [List category posts] list category plugin fails randomlyQuite an issue going on here. I see the title is being loaded here:
http://forgoodimmunehealth.com/immunocal-testimonials/
And it does take some time to load.Could you set wp-debug to true?
define('WP_DEBUG', true);
(More info here)
That may help us find out what the problem is. Another recommendation could be to deactivate every plugin, then just test that page with List Category Posts and isolate the issue from other plugins incompatibility.Thanks!
Forum: Plugins
In reply to: [List category posts] customfield_display=I just added the customfield_tag and customfield_class parameters and they will be available on the next release. This way you’ll be able to specify an HTML tag and CSS class in which you want to wrap the customf fields.
Forum: Plugins
In reply to: [List category posts] customfield_display=Custom field display wraps the values in a div:
<div class="lcp-customfield"> Your custom fields </div>So just customize the lcp-customfield class in your CSS.
Forum: Plugins
In reply to: [List category posts] Password protected post titles disappeared from listI added a parameter to show protected posts. It’s “show_protected” and it should be set to yes. It will be available on the next release.
Thanks for reporting this!
Regards.Forum: Plugins
In reply to: [List category posts] Pagination markersThere must be some CSS overwriting the style. Do you have a URL I can check and see if I can debug it?
Thanks!
Forum: Plugins
In reply to: [List category posts] Shortcode to display the name of the categoryCheck for this parameter on the docs:
catlink – Show the title of the category with a link to the category.
So you would have:
[catlist name=Business catlink=yes thumbnail=yes]Is this what you were looking for?
Thanks!Forum: Plugins
In reply to: [List category posts] Excludeposts no longer works 0.38 – 0.39helpfulwebhosting: I fixed the ‘this’ value for the excludeposts parameter. It will be available on the next release, thanks!
Try this:
<?php echo do_shortcode("[catlist taxonomy=food_type tags="appetizers"]"); ?>
Let me know if this is what you need.
Thanks!Forum: Plugins
In reply to: [List category posts] some categories are not listedWhat upgrade do you mean? An upgrade on WordPress to the latest version or a specific version of the plugin?
I haven’t been able to reproduce this issue yet.
Thanks!