Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] exclude_tags still brokenVersion 0.58 is coming out in a few minutes which should fix this issue. Please update as soon as you see the update message and let me know if it worked out. Thanks!
Forum: Plugins
In reply to: [List category posts] exclude_tags still brokenI think I was able to reproduce this when using category name instead of ID. I’ll investigate further and see if I can roll out a fix with version 0.58.
Thanks!
Forum: Plugins
In reply to: [List category posts] exclude_tags still brokenI am currently testing this on my local dev environment with the latest code from GitHub and can’t reproduce the issue. I’m using something like this as an example:
[catlist id=1 exclude_tags=octopus]And I see all the posts belonging to the first category, except the one that’s tagged with “octopus”. Tried it with more than one tag to be excluded and it works too. Any more context that could help me realize what’s going on?
Thanks!
Forum: Plugins
In reply to: [List category posts] Problem: Only lists titles, doesn't show full postsYou need to use the
content=yesparameter:content – Show the excerpt or full content of the post. If there’s a <!–more–> tag in the post, then it will behave just as WordPress does: only show the content previous to the more tag. Default is ‘no’. Ex: [catlist content=yes]
Show the full content of the post regardless of whether there is a <!–more–> tag in the post. Ex: [catlist content=full]
Please check the documentation and if there’s something specific you don’t understand please let me know. Thanks!
Forum: Reviews
In reply to: [List categories] Nice Plugin, but ….Infoprincess, this issue has been fixed on version 0.2. Please update and check out if it’s working fine for you now. Thanks!
Forum: Plugins
In reply to: [List categories] wrong placementThis issue has been fixed on version 0.2. Please update your plugins and open a new topic on the forum if the issue persists. Thanks!
Thanks windwww for pointing me in the right direction with this issue.
Forum: Plugins
In reply to: [List categories] Placement of category listingThis issue has been fixed on version 0.2. Please update your plugins and open a new topic on the forum if the issue persists. Thanks!
Forum: Plugins
In reply to: [List category posts] Can you eliminate title in shortcode?There’s a Pull Request for this feature which I’m reviewing and merging as soon as I have some time to release a new version.
Thanks!Forum: Plugins
In reply to: [List category posts] Mostly working, Orderby title not workingOh, so the order of the parameters can alter the end result? That’s weird, but glad it worked eventually.
Thank you very much for your donation 🙂
Forum: Plugins
In reply to: [List category posts] exclude_tags now broken?amiyuy: Cool, thanks for reporting 🙂
Saarfuchs: Can you please open a new topic with the shortcode you’re using and which versions work for you? Thank you!
Forum: Plugins
In reply to: [List category posts] Mostly working, Orderby title not workingI can’t reproduce the issue. Ordering by title seems to be working fine for me with this shortcode:
[catlist orderby=title order=asc]Do you think there could be other plugin conflicting with List Category Posts?
nberidze I’ve been the main developer since the beginning. There’s an open issue for adding caption to Thumbnails on GitHub: https://github.com/picandocodigo/List-Category-Posts/issues/60
But I haven’t had the time to get to it. If you’ve implemented this in your fork, you could make a Pull Request to add this feature to the plugin.
Thanks for your time!
Forum: Plugins
In reply to: [List category posts] exclude_tags now broken?This has been fixed in the latest code 😀
If you’re really anxious to test it, you can get the latest code from GitHub. Otherwise expect version 0.56 showing up here later today.
Forum: Plugins
In reply to: [List category posts] exclude_tags now broken?Currently working on this issue. Thanks for reporting it, I’ll post any news as soon as I get an update with this fixed.
nberidze: You shouldn’t have issues with the database, at least I haven’t had them so far. I can’t think on something that would create a conflict in MySQL. My personal blog is one of the blogs where I’m using the plugin and it works fine.
There could be an issue with the Jetpack Plugin, but I wouldn’t know. zpontikas let us know here if the plugin works for you side by side with Jetpack.
Thanks!