Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] excerpt="yes" badly broken in 0.46 and 0.46.1Cool, thanks for reporting back!
Forum: Plugins
In reply to: [List category posts] Version 0.46 and a message to the plugin usersSofian777 I created an issue on GitHub for this:
https://github.com/picandocodigo/List-Category-Posts/issues/86
I may integrate it in a future version.Forum: Plugins
In reply to: [List category posts] Version 0.46 and a message to the plugin userssoulofmiami thanks for your feedback, so is the Jetpack issue finally fixed?
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerptDid you update to version 0.46.1? That’s the latest. Version 0.46 introduced the filter that the Jetpack developers mentioned for the excerpt and version 0.46.1 fixes the issue with title_tag. Please update and let me know of the results.
Thanks!
Forum: Plugins
In reply to: [List category posts] Version 0.46 and a message to the plugin usersI just released version 0.46.1 which fixes a bug in the title tag display. soulofmiami: was this the issue?
I also added a filter for the excerpt on version 0.46 which might change the way it used to display in certain cases, but haven’t found any bugs yet using it myself. Please let me know if it’s still messing the formating, which parts, and add the shortcode you’re using and a link if possible for more information. Thanks!
Sofian777 my full-time job is being a programmer, which is awesome. I just don’t use PHP or WordPress at work (in general, except for some freelance stuff every now and then). Thanks for supporting the plugin, you can find a “Donate to this plugin” link on the plugin’s page, thank you! 🙂
Forum: Plugins
In reply to: [List category posts] version 0.46 breaks title_tagThanks for reporting this, I’ll check it out and do a bugfix release soon.
Forum: Plugins
In reply to: [List category posts] jetpack share buttons get lost using excerptThis has been fixed on version 0.46, please check if it’s working as you expected.
Thanks!
Forum: Plugins
In reply to: [List category posts] pagination not appearingDoes the category have more than 10 posts?
I just got working on the plugin for a while and I’m adding the correct filter on version 0.46. Jeremy, Ben, thanks a lot for your help!
@deraltetom please update and check out that everything is working.
Thanks!
Forum: Plugins
In reply to: [List category posts] Parameter content=yes Causing Internal Server ErrorCheck the content of the posts you’re trying to list. There might be an infinite loop there somewhere.
One way I found to reproduce this bug is:
If the shortcode is listing the post itself. That way, when you say content=yes, you’re parsing the shortcode inside the post again, creating an infinite loop of calls to the post itself parsing the shortcode… Do I explain myself?Forum: Plugins
In reply to: [List category posts] Replacing post_title with custom fieldI added the feature of selecting how many characters long you want the title to be. Check out version 0.46 once it’s out, it might help with what you need.
Forum: Plugins
In reply to: [List category posts] Number of characters in titlesThis was included on version 0.46:
title_limit – Set the limit of characters for the title. Ex:
[catlist id=2 title_limit=50]will show only the first 50 characters of the title and add “…” at the end.Update it once it’s up on WordPress.org and let me know if it works for you. Thanks!
Forum: Plugins
In reply to: [List category posts] Shorter Link TextDo you mean for the title? Shorter text for the post’s title link? I could implement something like that…
Forum: Plugins
In reply to: [List category posts] Notice: Undefined index error with DebugOops, fixing this for the next version. Thanks!
Forum: Plugins
In reply to: [List category posts] Custom PaginationHi! Not yet, I hadn’t considered this. How would you know on which page you are? Just show the one page you’re in and the left and right arrows?