elebail
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Meta plugin] [Plugin: Category Meta plugin] 3.0 Problem resolvedHello,
Thank you for your inputs.
I fixed the problem and made a new version.Regards,
Eric Le BailForum: Plugins
In reply to: [Plugin: Category Meta plugin] Does Category Meta extend to other taxonomies?Hello,
Yes the function defined in the plugin can be used with any taxonomy.
<?php if (function_exists('get_terms_meta')) { $metaValue = get_terms_meta($category_id, $meta_key); } ?> <?php if (function_exists('get_all_terms_meta')) { $metaList = get_all_terms_meta($category_id); } ?>But the plugin administration part allow to defined meta for categories only.
The plugin administration also adds fields into the category edition page.So in order to use this plugins with other taxonomies, you have to create your own administration pages for your taxonomy.
Regards,
Eric Le BailHello,
The complete instructions are in the Readme file.
For a reason I don’t understand the code samples aren’t displayed into the site.6. you can use the folowing functions into your templates to retreive 1 meta: <?php if (function_exists('get_terms_meta')) { $metaValue = get_terms_meta($category_id, $meta_key); } ?> 7. you can use the folowing functions into your templates to retreive all meta: <?php if (function_exists('get_all_terms_meta')) { $metaList = get_all_terms_meta($category_id); } ?>Regards,
Eric Le BailForum: Plugins
In reply to: [Plugin: Search Everything] SQL syntax errorHello,
I made some tests but I wasn’t able to reproduce the error.
Do you have other plugins activated into you WordPress ?Regards,
EricForum: Fixing WordPress
In reply to: [Plugin: Search Everything] Search doesn’t find text in attachmentHello,
“search every attachment” option means that it search into the attachment name, not into attachment itself.
In order to search into your MsWord document, plugin would have to open it, and “understand” the MsWord document format.
This format is a Microsoft company property, we would have to pay licence fees to be able to do it.
As we provide the plugin for free, we cannot do that sorry.
Regards,
EricForum: Plugins
In reply to: [Plugin: Search Everything] categories are not coming up as resultsHello,
The basic WordPress search is searching for posts.
The Search Everything plugin extends the parts of posts you can seach but it still search for posts.
An other point is that the normal search result page is made to display posts and not categories.
The Search Everything plugin doesn’t modify the standard search result page.I don’t know if there is a plugin that is searching for categories (or tag).
Regards,
EricForum: Plugins
In reply to: [Plugin: Search Everything] No search results with WP 2.8.1Hello,
plugin version 6.3.1 should fix the problem.
Regards,
EricHello,
I posted a fix for this problem on the bug tracking system here
Could you tell me if it solve your problem please ?
Regards,
Eric Le BailForum: Fixing WordPress
In reply to: [Plugin: Search Everything] No searchresults with 2.8Hello,
I posted a correction on the bug tracking system.
hereCould you tell me if it solves your problem please ?
Regards,
Eric Le Bail