Περιγραφή
Αυτό το πρόσθετο έχει κλείσει από τις 21 Οκτωβρίου 2024 και δεν είναι διαθέσιμο για λήψη. Αιτία: Πρόβλημα ασφαλείας.
Κριτικές
27 Απριλίου 2020
The Installation tab of this plugin says to use the following code to display the information from your meta field:
if (function_exists('wp_get_terms_meta'))
{
$MetaValue = wp_get_terms_meta($category_id, $meta_key ,true);
//where $category_id is 'category/term id' and $meta_key is 'meta key'
}
//meta value for meta key $meta_key
echo $metaValue;
but he misspelled the variable for the echo. It’s supposed to be $MetaValue, not $metaValue. It’s suppose to have a capital M. With that fix it will display properly.
11 Φεβρουαρίου 2020
Very simple, very useful, thanks a lot !
19 Αυγούστου 2019
saved me a few hours of work
6 Απριλίου 2018
This plugin has proven to be very useful for me, and when I had issues with implementation in my custom theme, I reached out to Aftab, the author, for help. He was kind enough to get back to me promptly and on top of that, he pointed out my error!
Thanks, Aftab.
18 Σεπτεμβρίου 2017
Saved me a lot of work
9 Αυγούστου 2017
Hi there,
– In wp-taxonomy-meta-scripts.js line 37 missing “enable” variable definition
– In wp-taxonomy-meta.php file: missing right php definition – should be <?php
Συνεισφέροντες & Προγραμματιστές
“Category and Taxonomy Meta Fields” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Category and Taxonomy Meta Fields” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .