Fernando Briano
Forum Replies Created
-
Forum: Reviews
In reply to: [List category posts] Nice job, but only shows 5 postsThe documentation talks about removing the limit of posts:
numberposts – Number of posts to return. Set to 0 to use the max number of posts per page. Set to -1 to remove the limit. Default: 5. Ex:
[catlist name=mycategory numberposts=10]Hope it’s working for you!
Regards,Forum: Reviews
In reply to: [List category posts] Simply did not workI’m sorry you couldn’t get the plugin to work in your site.
The support topic has been updated if you still want to give it a try. If you want, you can open a new topic with a specific description of your issue so that we can try to help you getting it to work.
Regards,
Forum: Plugins
In reply to: [List category posts] Can't get any of the parameters to workThere might be an issue with the theme. It is working with parameters with other users.
Please, when posting your issue, try to be as specific as possible. What is not working? Does it just display the shortcode on the post/page as you wrote it on the text editor? Does it list posts but doesn’t recognize the category you’re asking for? Does it just not recognize certain parameters? (If so, which ones?)
Thanks!
Forum: Plugins
In reply to: [List category posts] PaginationI’ve coded the pagination and I’m looking for people to test it so that I can integrate this functionality into the stable version of the plugin.
Please, check out this page to read how to use it and download the pre-release version:
https://github.com/picandocodigo/List-Category-Posts/releases/tag/v0.36-pagination-alpha.1Thanks everyone for your patience, your testing and feedback!
Forum: Plugins
In reply to: [List category posts] CSS QuestionJust add the CSS classes that you need on your theme’s CSS file.
Forum: Plugins
In reply to: [List category posts] Exclude category errorI fixed this for version 0.36. It works only when using id’s, not category names, but that may get fixed for a future version.
Please check it out and let me know if it’s working for you and let me know of any feedback on this forum topic.
Thanks!
Forum: Plugins
In reply to: [List category posts] PaginationI’ll get to this eventually. I’ve been mostly doing small fixes and requests recently, but as soon as I get some more development time, this is one of the new things on the top of the list.
Forum: Plugins
In reply to: [List category posts] Exclude category errorI’m looking into this, after some tests I’ve confirmed in some cases it does work and it doesn’t work in others.
Stay tuned for a new version fixing this!
Forum: Plugins
In reply to: [List category posts] thumbnail_size doesn't display desired thumb sizeDo you have this site live?
The thumbnail_size attribute, when using the manual size (like 100,100), it just adds that value to the img html. When using for example
thumbnail_size=40,40, you’ll get something like:
<img src="whatever" height="40" width="40">
Is it possible that you’re overriding this with any of the CSS classes?Forum: Plugins
In reply to: [List category posts] Can't get any of the parameters to workStill waiting for ChecMark’s answer. In the meantime PedCelSecAGSO you should share the solution to your issue on the forums for the rest of the community to benefit from it.
Forum: Plugins
In reply to: [List category posts] "tag" argument doesn't workIt will get updated when the new README gets uploaded to the svn repo.
Forum: Plugins
In reply to: [List category posts] Order list by custom fieldYes, or contact me here:
http://picandocodigo.net/contactForum: Plugins
In reply to: [List category posts] Order list by custom fieldThat’s weird, what other parameters are you using?
I tried it with this on my dev blog:
[catlist numberposts=-1 customfield_orderby=Mood post_status=draft order=desc]
And it does work (also altering between “desc” and “asc” order changes).Forum: Plugins
In reply to: [List category posts] "tag" argument doesn't workThat’s weird, it does work with the ” for me. But I just updated the README anyway, so it’ll be right on the next version.
Thanks!
Forum: Plugins
In reply to: [List category posts] Can't get any of the parameters to workThis is pretty strange. What other plugins have you installed? Is it at least respecting the category id you choose?