Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Pagination with lots of pagesI’ll work on something to fix this in a future version.
Thanks for reporting it!
Regards,Forum: Plugins
In reply to: [List category posts] localization doesn't workI’ll check this out, I’ve added an issue on GitHub to work on this soon. Thanks!
Forum: Plugins
In reply to: [List category posts] Detecting current tagsI’ll add a condition for when there are no tags to not show any posts. Thanks!
Forum: Plugins
In reply to: [List category posts] Need to a code to show multi category om a pagegbuse, there’s a FAQ which explains how to align the thumbnails to the left. To have a line between each post, you could use a template, check the documentation for CSS customization.
Forum: Plugins
In reply to: [List category posts] Remove current post from listgpsy1 please open a new topic with your issue. Do you need to display the latest post or exclude it? Thanks!
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerpt@ben, not yet, sorry. I’ll get to this once I have some time to work on the plugin. Thanks!
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerptI’ll check it out again, thanks!
Forum: Plugins
In reply to: [List category posts] Need to a code to show multi category om a pageHi gbuse,
To show these posts, you have to use this shortcode:
[catlist id=4,6,161 excerpt=yes thumbnail=yes]Check Other notes to see the full documentation on how to use the plugin.
Thanks!
Forum: Reviews
In reply to: [List category posts] Excellent must-have, nice and fast authorThanks for your review!
And special thanks for helping out in the support forum, it really helps me a lot 🙂
Forum: Reviews
In reply to: [List category posts] Do not show in certain categories. Howto?Hi, please post a question with the specific issue on the support threads and see if we can figure out how to help you.
Thanks for your positive review!
I’ve had the shortcode generator on my mind for quite a while, but I haven’t focused on developing it yet. It would be awesome to have 🙂
Forum: Plugins
In reply to: [List category posts] A totally ambitious function requestI’ll put on my thinking hat…
Forum: Plugins
In reply to: [List category posts] Making an ordered list of postsJust a heads up to let you know you won’t need to use a template in the next version (0.45). If you use this:
[catlist template=ol], the posts will be listed in an ordered list.Sorry for the inconvenience and I’m very glad you could work this out. Sofian777 you’re really helping me out by answering support issues 🙂
Forum: Plugins
In reply to: [List category posts] Detecting current tagsHi Sofian777,
Yep got the warning fixed.About the other question, I am using the tag__in parameter from WP_Query. So it should be using (it is in my tests) the OR relationship. To use an AND relationship, I should use the
tag__andparameter.How are you using it on the text widget? Just the shortcode and it works?
It’s really strange :S
Double check your tags and let me know, see if we can fix this.Thanks!
Forum: Plugins
In reply to: [List category posts] Detecting current tagsAdding this to version 0.44 too, check it out!