zymeth25
@zymeth25 on WordPress.org
- Member Since: April 24th, 2017
Contribution History
zymeth25’s badges:- Plugin Developer
-
Posted a reply to Catlist with videos not loading on page, on the site WordPress.org Forums:
Have you tried content=yes or content=full ? We do not have a dedicated video option… -
Posted a reply to Catlist with videos not loading on page, on the site WordPress.org Forums:
This is the List Category Posts plugin, the shortcode you are using, add_posts, does not… -
Posted a reply to Changing the order of contents info, on the site WordPress.org Forums:
The only way to do this is to create a custom template, you can reorder… -
Posted a reply to List 10 latest posts doesn’t work, on the site WordPress.org Forums:
It should list all posts regardless of categories. The problem you are experiencing is almost… -
Posted a reply to How to Open Link in New Tab – Please Update, on the site WordPress.org Forums:
Have you read the documentation linked in the plugin's description? See the link_target parameter. -
Posted a reply to How to center list of posts?, on the site WordPress.org Forums:
Our plugin does not have styling options, it is up to the users to use… -
Posted a reply to Post type “Attachment” not listed, on the site WordPress.org Forums:
Ok, I did some research. Currently the LCP plugin is unable to fetch images from… -
Posted a reply to Post type “Attachment” not listed, on the site WordPress.org Forums:
Have you tried thumbnail=yes in your shortcode? -
Posted a reply to Warning Php 8 : Undefined array key “pagination”.., on the site WordPress.org Forums:
I cannot reproduce your issue. The plugin is developed and tested with PHP 8 and… -
Posted a reply to Warning Php 8 : Undefined array key “pagination”.., on the site WordPress.org Forums:
Try deleting and recreating the widget. -
Posted a reply to Orderby no longer working, on the site WordPress.org Forums:
Thanks, I have added this information to the Compatibility page. -
Posted a reply to Orderby no longer working, on the site WordPress.org Forums:
Hi, I recreated the scenario you described but was unable to recreate the issue, everything… -
Posted a reply to Tags instead of Categories, on the site WordPress.org Forums:
Yes, everything is detailed in the documentation. -
Posted a reply to Display 2 widgets current and favorite category but no duplication, on the site WordPress.org Forums:
GitHub suspends accounts of people and companies under sanctions introduced because of the Russian invasion… -
Posted a reply to Display 2 widgets current and favorite category but no duplication, on the site WordPress.org Forums:
Hi, as per the How to get help post and the plugin's description + documentation,… -
Posted a reply to Your plugin create multiple dynamic url or pagination url provide help, on the site WordPress.org Forums:
These look like pagination URLs, seems like you used the pagination feature a lot. There… -
Posted a reply to Your plugin has a code that causing a problem for my blog, on the site WordPress.org Forums:
Implemented in v0.87 -
Posted a reply to Your plugin has a code that causing a problem for my blog, on the site WordPress.org Forums:
@vivianso83 I have added the keep_orderby_filters parameter to solve problems like the one you are… -
Posted a reply to Is there a way to order the Cat post list alphabetically, on the site WordPress.org Forums:
Hi, please read the documentation linked in the plugin’s description before asking for help. Order… -
Posted a reply to Move Date before Cats & Tags?, on the site WordPress.org Forums:
Yes, in a custom template. in your template just move these lines //Show date: $lcp_display_output… -
Posted a reply to Customfields name or label, on the site WordPress.org Forums:
In the default WP editor there is no 'label'. What you are referring to is,… -
Posted a reply to Link to Post by Custom Field value, not Post Title, on the site WordPress.org Forums:
You would have to implement it in a custom template as we do not have… -
Posted a reply to How to make entire item clickable?, on the site WordPress.org Forums:
First solution that comes to my mind, given a default LCP list, is: .lcp_catlist a… -
Posted a reply to post_tags, post_cats Not showing up, on the site WordPress.org Forums:
It's posts_cats and posts_tags, you are missing one 's'. -
Posted a reply to Customfields name or label, on the site WordPress.org Forums:
Which editor are you using? In the default WP editor I am used to there… -
Posted a reply to Start List at later entry, on the site WordPress.org Forums:
Have you read the documentation? Look for the offset parameter. -
Posted a reply to Show sticky posts only, on the site WordPress.org Forums:
There is a feature request on Github about adding all sorts of customisations for sticky… -
Posted a reply to Plugin produces slow queries, on the site WordPress.org Forums:
The plugin uses built-in WordPress WP_Query for building post queries, we use the official API… -
Posted a reply to WPML conflict, on the site WordPress.org Forums:
I haven't seen anything like this, but I guess WPML mangles post links so that… -
Posted a reply to Your plugin has a code that causing a problem for my blog, on the site WordPress.org Forums:
Hi, this line was added a long time ago to prevent other plugins and themes… -
Posted a reply to Perfect, on the site WordPress.org Forums:
Our plugin only creates pure html lists, the styling and display is governed by your… -
Posted a reply to Date before title in post category list, on the site WordPress.org Forums:
You could use CSS but a custom template is a better solution. https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System -
Posted a reply to Short code issues, on the site WordPress.org Forums:
Never mix content and excerpt, try only with content=yes -
Posted a reply to plugin catlist showing other category posts, on the site WordPress.org Forums:
This plugin is for generating lists only, it does not alter any WordPress features. When… -
Posted a reply to Post list on multi-columns, on the site WordPress.org Forums:
Please check the relevant section of the FAQ -
Posted a reply to Deactivate then activate plugin no longer shows, on the site WordPress.org Forums:
Try reinstalling the plugin. -
Posted a reply to Removing Post Link from Thumbnail Image, on the site WordPress.org Forums:
Hi, this feature request is already being tracked on Github. -
Posted a reply to pagination url showing search console errors, on the site WordPress.org Forums:
What happens when you navigate to one of the URLs listed in Search Console? Can… -
Posted a reply to pagination url showing search console errors, on the site WordPress.org Forums:
Sorry, it says "Image not found". Can you check the link? -
Posted a reply to pagination url showing search console errors, on the site WordPress.org Forums:
Yes, you cannot attach pictures here, that is why I said "links to screenshots", you… -
Posted a reply to pagination url showing search console errors, on the site WordPress.org Forums:
Can you share the errors? Post links to screenshots perhaps? -
Posted a reply to Show only Latest Post per Category, on the site WordPress.org Forums:
The only way is to do it like this: [catlist name="Category1" numberposts=1] [catlist name="Category2" numberposts=1]… -
Posted a reply to Include excerpts in posts by category, on the site WordPress.org Forums:
That said, our plugin can help you achieve what you need. Read the plugin's description… -
Posted a reply to Include excerpts in posts by category, on the site WordPress.org Forums:
Wrong forum. This is the List Category Posts plugin's support forum, the shortcodes and link… -
Posted a reply to Display Only Checked Categories, on the site WordPress.org Forums:
Yes, this plug-in “List Category Posts” is for listing posts. It doesn’t list categories, if… -
Posted a reply to Display Only Checked Categories, on the site WordPress.org Forums:
Are you sure? There is no such parameter as child_of. Have you read the documentation? -
Posted a reply to Display Only Checked Categories, on the site WordPress.org Forums:
I don't quite follow what you mean so let me try to get this straight:… -
Posted a reply to How to search for a phrase, on the site WordPress.org Forums:
Our plugin uses the built in WP search feature and unfortunately this is how it… -
Posted a reply to Remove Bulltes, on the site WordPress.org Forums:
Try this: ul.lcp_catlist li { list-style: none; padding-bottom: 20px; } -
Posted a reply to Categorized options., on the site WordPress.org Forums:
This is the reason of your problem, the posts have two categories and when you…
Developer
-
GUI for List Category Posts
Active Installs: 800+
-
LCP Ajax Pagination
Active Installs: 100+
Contributor
-
List category posts
Active Installs: 100,000+