Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] Order Posts by Excerpt – List Category PostI think the closest to that would be ordering by “content”, excerpt is not one of the allowed parameters in WordPress for ordering posts.
Forum: Plugins
In reply to: [List category posts] Parameter content=yes Causing Internal Server ErrorThis is really weird, have you tried deactivating the plugins and see if one of them is causing a conflict?
Forum: Plugins
In reply to: [List category posts] Pagination with custom templateroso60, this seems like a new bug. Did you change the location of lcp_paginator.css? Did you read the “Changing the pagination CSS” part of the documentation?
Thanks!
Forum: Plugins
In reply to: [List category posts] Post Specific Category LinksMaybe using a different shortcode for each category?
[catlist id=1 catlink=yes] [catlist id=2 catlink=yes] [catlist id=3 catlink=yes] [catlist id=4 catlink=yes]Forum: Plugins
In reply to: [List category posts] Sorting by contentI am working on a new version which removes any filters to “order by” which other plugins may use before getting the posts. Please update your plugin version to 0.43 once it’s out and check again to see if the issue persists.
Thanks!
Forum: Plugins
In reply to: [List category posts] Excerpt on next lineYou can use the
excerpt_tagparameter to wrap the excerpt with aptag and make it show in its own paragraph.Forum: Plugins
In reply to: [List category posts] pagination not workingYou need to use the pagination function in your template. Check the default.php template file in the latest version for an example:
$lcp_display_output .= $this->get_pagination();Forum: Plugins
In reply to: [List category posts] Pagination limitI’ll work on this for a future version, thanks!
Forum: Plugins
In reply to: [List category posts] No posts found textI’m adding this to the next version, coming up soon. Thanks for reporting it, check out the updated version and let me know if it works for you!
Regards,
Forum: Plugins
In reply to: [List category posts] PaginationHey, getting back to work on this plugin for a while. You want the numbers on the pagination navigation to have a title html attribute with the post’s title? Why would you want to delete the pagination numbers? I’m not sure I get your question.
I am adding two new parameters on the next version for you to choose what to replace the “<<” and “>>” symbols in the navigation with. You will be able to use a text or a different symbol. Stay tuned for an update soon!
Forum: Plugins
In reply to: [List category posts] No posts found textThis sounds like a good feature to add to a future version of the plugin. I’ll let you know once this is implemented.
Thanks!
Forum: Plugins
In reply to: [List category posts] content_limit short code option?Sogwap: Please open a new topic for this issue. I’ll check it out anyway.
bibliata: To align the thumbnails check out the link to the FAQ. It explains a way to do exactly that.
To wrap the title with an h1 tag, you have to use:
title_tag=h1.And finally to add a read more after the excerpt you need to use
posts_morelink="[Read More]".As I mentioned before, all of this is documented.
Thanks!
Forum: Plugins
In reply to: [List category posts] What is wrong …?Thanks! I’ll continue the discussion with the CM Super Tooltip Glossary devs to see if we can make both our plugins work together.
Forum: Plugins
In reply to: [List category posts] excerptYes you can. You can do something like this:
[catlist excerpt=yes excerpt_size=20 posts_morelink="Read More"]
Which will add a “Read More” link to each post and limit the excerpt to 20 words, or:
[catlist excerpt=yes excerpt_size=20 morelink="Read More"]
Which will add a “Read More” link after the list of posts.Forum: Plugins
In reply to: [List category posts] White Screen!!! Links In List Not WorkngLooks like you already fixed this. Sounds like it was an issue with individual posts. Please let me know so we can mark the issue as resolved.
Thanks,