Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Exclude https and http links in excerptHave you tried this?
excerpt_strip – Set it to yes to strip the excerpt’s HTML tags.
Let me know if it works for you. Thanks!
Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerptsThanks everyone! Releasing version 0.46.4 now and marking this issue resolved. If anyone has a new problem, please open a new issue.
chtrede, please open a new issue for your error.
Thanks!
Forum: Plugins
In reply to: [List category posts] Missing meta_queryI tried this code on my test blog:
[catlist excludeposts=this customfield_orderby=Comics customfield_name=Comics customfield_value="DC" customfield_display=Comics]And I get the only 2 posts which have their custom field “Comics” set to “DC”. If I change it to “Marvel”, I get the posts which have their custom fields set to “Marvel”. And the display works too.
Perhaps you were trying to filter by more than one custom field value?
Forum: Plugins
In reply to: [List category posts] cat list in 2 or 3 columsYou don’t need a template for this. You can write something like this when editing your page/post (in the “Text” text-editor):
<table> <tr> <td> [catlist id=3 numberposts=5 excludeposts=this] </td> <td> [catlist id=3 numberposts=5 excludeposts=this offset=5] </td> </tr> </table>The offset should equal the number of posts (
numberposts) times the number of columns – 1. So if you had a third column, the code would look like this:<table> <tr> <td> [catlist id=3 numberposts=5 excludeposts=this] </td> <td> [catlist id=3 numberposts=5 excludeposts=this offset=5] </td> <td> [catlist id=3 numberposts=5 excludeposts=this offset=10] </td> </tr> </table>Forum: Plugins
In reply to: [List category posts] Any way to get rid of bullet point?webnewbie123456 yes, you can specify a title_tag parameter to wrap the title between header tags. Something like:
[catlist id=4 title_tag=h2]
Check out the documentation for more options. And in the future, please open a new topic. Thanks!Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerptschtrede I was just going to suggest the same that jwwestii mentioned: Make sure you don’t have two instances of the plugin activated, this can result in the error you’re seeing.
Everyone thanks for bearing with me, unless your issue is with version 0.46.3 or 0.46.4 breaking the excerpts, please open a new topic. Thanks!
Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerptsYou can download other versions here:
http://wordpress.org/plugins/list-category-posts/developers/Sorry for the inconvenience, I’ll try to get this fixed tonight!
Forum: Plugins
In reply to: [List category posts] 0.46.3 (Not 0.46.2) breaks excerptsI’m really sorry about this issue. This happens because of the lack of tests in my plugin. I’ve created a new release on GitHub:
https://github.com/picandocodigo/List-Category-Posts/releases/tag/v0.46.4
Please test it and let me know if it’s working as expected. Once I have some users test it and make sure it’s working I’ll release version 0.46.4 here for everyone to update.Thanks in advance!
My next priority for the plugin is writing the tests so this kind of issue doesn’t happen so often.
Forum: Plugins
In reply to: [List category posts] posts_morelink not working when using own templateI’ll check this out, thanks for reporting it!
Forum: Plugins
In reply to: [List category posts] Excerpt with classI’ll check it out, thanks!
Forum: Plugins
In reply to: [List category posts] 0.46.2 breaks excerptOoops, sorry about that, small bug on the latest update. Version 0.46.3 is out with this fixed, thanks!
Forum: Plugins
In reply to: [List category posts] Excerpts not working in WidgetThanks for reporting this. I just released version 0.46.2 which should fix this.
Regards,
Forum: Plugins
In reply to: [List category posts] IndexingGood idea on the standard templates. I’ll add some common templates on the following update.
Regarding indexing of posts, I think it escapes the reach of this plugin. You can order posts by name, but there’s no way right now to create a glossary. I’ll think about it though, might be possible to implement, but no promises 😛
Forum: Plugins
In reply to: [List category posts] Except Conflicts With Thumbnail For ExcerptsThe Thumbnail For Excerpts plugin might be overwriting the “the_excerpt” filter which I’m applying to the excerpt content since a few versions ago.
There’s an update coming up which removes a content filter I’m also using which might fix this, but I’m not sure it will.
Forum: Plugins
In reply to: [List category posts] Number of characters in titlesknightrider123 I can’t reproduce the “bug”. It is working on my testing blogs .Have you tried a different size? What’s the complete shortcode you’re using?