Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] New Updateddlongm01 sorry to hear that, but no, this plugin is not broken at a fundamental level. It is currently working on several blogs in production.
Try this:
Browse to yourwp-content/pluginsfolder in your server (via FTP or whichever method you usually use). Remove the folder “list-category-posts” completely, and try installing it again.If that doesn’t work then there might be another issue involved, since other users have reported to me that the latest update fixed this.
Forum: Plugins
In reply to: [List category posts] New UpdatedI released version 0.67.1 with a bugfix which probably fixes this issue. Sorry for the inconvenience, let me know if the update goes well for you. Thanks!
Forum: Plugins
In reply to: [List category posts] After update 0.67 list showing fewer postI released version 0.67.1 with a bugfix which probably fixes this issue. Sorry for the inconvenience, let me know if the update goes well for you. Thanks!
Forum: Plugins
In reply to: [List category posts] plugin not working properly since update to v0.67I released version 0.67.1 with a bugfix which probably fixes this issue. Sorry for the inconvenience, let me know if the update goes well for you. Thanks!
Forum: Plugins
In reply to: [List category posts] catlist shortcode not workingDid you recently update the plugin? Please check this topic and answer HERE if that doesn’t solve your issue. Thanks!
Forum: Plugins
In reply to: [List category posts] AAAAgh! Plugin broken!I released version 0.67.1 with a bugfix which probably fixes this issue.
When you need to download a different version of a plugin, go to the “Developers” tab on the plugin’s page. This lists zip files for every release of a plugin. Just download the version you need and replace the plugin in your blog with the ones in the zip file you just downloaded.
Sorry for the inconvenience, let me know if the update goes well for you. Thanks!
Forum: Plugins
In reply to: [List category posts] Parent Category not showing postsI’m releasing version 0.67.1 with a bugfix which probably fixes this issue. Sorry for the inconvenience, let me know if the update goes well for you. Thanks!
Forum: Plugins
In reply to: [List category posts] DISPLAY FUTURE POST(SCHEDULED POST)Yes, as the plugin page says, check the full documentation to learn about the different ways to use it. Search for the “future” string in the docs and you’ll find you can use the
post_statusparameter in your shortcode to show future posts.Forum: Plugins
In reply to: [List category posts] request: add span to paginator's current pageEric,
We discussed this issue further with Chad on GitHub and it seems -for now- there’s no specific reason to add a span to the current page:
https://github.com/picandocodigo/List-Category-Posts/issues/180Is there any specific styling you would like on the current page
lithat you need some help with?Forum: Plugins
In reply to: [List category posts] request: add span to paginator's current pageHi Eric, thanks for this suggestions. This was actually added to the latest code and will be available on the next version of the plugin. The current page will be different by having a class in the li so you can style it with CSS. It will look like this:
<li class='lcp_currentpage'>current_page</li>Hi, thanks for reporting this but I haven’t been able to reproduce the issue. The
orderbyandorderparameters are working for me on my development and production blogs with the latest version of the plugin. What plugins are you using? It’s possible that some plugin may be conflicting with List Category Posts, though we do use some sort of protection for plugins which may alter the order.Forum: Plugins
In reply to: [List category posts] Pagination not workingIt looks like you’re using a plugin that’s stopping the link from opening. If you enter the generated url in your browser’s address bar, you can see the second page of posts:
http://homecredit.ph/testEnvironment/2962-2/?lcp_page0=2#lcp_instance_0
But there’s some JavaScript that’s stopping that link from loading when you click on the page link.Forum: Plugins
In reply to: [List category posts] Display category description?The ‘category_description’ parameter has been added to version 0.66 of the plugin. Please update and use [catlist category_description=yes] on your shortcode to check it out.
Thanks!
Forum: Plugins
In reply to: [List category posts] "OR" of multiple tags not workingThe latest release will be out later tonight or early morning tomorrow. Please let me know if you’re still having this issue after that, thanks!
Forum: Plugins
In reply to: [List category posts] Display category description?Currently there’s no parameter for this, but I’ll try to look into it for a future version. Thanks!