zymeth25
@zymeth25 on WordPress.org
- Member Since: April 24th, 2017
Contribution History
zymeth25’s badges:- Plugin Developer
-
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… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
Well I just thought it would be simpler for you, I assumed you have full… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
Works much better now. Congrats! I wrote an email to an address available on this… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
Pastebin is arguable the best and simplest option but if you'd rather not paste it… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
Sundari followed the plugin's documentation and put the template files in a child theme, so… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
So you are saying Fernando told you he had fixed it? -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
You would have to create this new post type and migrate (most probably by deleting… -
Posted a reply to Amelioration Thumbnail, on the site WordPress.org Forums:
Hello, thanks for sharing your code. If you would like us to review it for… -
Posted a reply to How to deal with Next/Prev links on single post page, on the site WordPress.org Forums:
Well, given you do not want to delete those Next/Previous links, there is a solution.… -
Posted a reply to Link Title, on the site WordPress.org Forums:
Using the title, i.e. duplicating the anchor element's text is contrary to HTML specs so… -
Posted a reply to Link Title, on the site WordPress.org Forums:
This is not supported. It could be implemented but we would have to decide where… -
Posted a reply to List category posts not working on additional custom post types, on the site WordPress.org Forums:
Have you read the docs? There’s the post_type parameter which you can use with custom… -
Posted a reply to Spacing between Title and Body, on the site WordPress.org Forums:
If you have basic knowledge of HTML and CSS, this can be done very easily… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Have you set in Polylang options that this page is in English? It does not… -
Posted a reply to Spacing between Title and Body, on the site WordPress.org Forums:
Add excerpt_tag=p to your shortcode. The 20px bottom margin will then be applied to the… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Ok, I understand that the problem is in the Archive page that is accessible in… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Have you tried [catlist main_query=no]? What was the result? -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Polylang determines the language from the main query. So to achieve what you are looking… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Ok, I've had a glance at the Polylang docs. Now I need to know what… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
Or if you prefer not to clutter your blog with auxiliary tags and classes, you… -
Posted a reply to How to list different languages?, on the site WordPress.org Forums:
I am not an expert on Polylang but I assume it creates separate posts for… -
Posted a reply to Categorized options., on the site WordPress.org Forums:
Do these news posts have any other categories assigned, other than years? -
Posted a reply to Plugin doesnt work, on the site WordPress.org Forums:
That’s not how it’s supposed to be used. Read the description page, it’s ajax_loadmore=yes -
Posted a reply to Dont showa thumpnails, on the site WordPress.org Forums:
What version of the plug-in are you using? If it’s not the latest one please… -
Posted a reply to Dont showa thumpnails, on the site WordPress.org Forums:
Can you share the custom template you are using? -
Posted a reply to How to exclude a specific post, on the site WordPress.org Forums:
See the documentation. It’s the excludeposts parameter. -
Posted a reply to Custom taxonomy, on the site WordPress.org Forums:
It’s surely a CSS issue but not caused by this plugin. -
Posted a reply to Custom taxonomy, on the site WordPress.org Forums:
Yes, if you don’t there is no way for the plugin to know what types… -
Posted a reply to Custom taxonomy, on the site WordPress.org Forums:
You need to set the required shortcode parameters correctly as per the documentation. In your… -
Posted a reply to Custom taxonomy, on the site WordPress.org Forums:
Yes, each post in WordPress has a type, for example ‘post’ and ‘page’ are the…
Developer
-
GUI for List Category Posts
Active Installs: 800+
-
LCP Ajax Pagination
Active Installs: 100+
Contributor
-
List category posts
Active Installs: 100,000+