Changeset 117936
- Timestamp:
- 05/14/2009 03:58:49 PM (17 years ago)
- File:
-
- 1 edited
-
wp-category-meta/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-category-meta/trunk/readme.txt
r117933 r117936 33 33 34 34 6. you can use the folowing functions into your templates to retreive 1 meta: 35 `<?php if (function_exists('get_terms_meta')) `36 `{ $metaValue = get_terms_meta($category_id, $meta_key); }` 37 `?>`35 `<?php if (function_exists('get_terms_meta')) 36 { $metaValue = get_terms_meta($category_id, $meta_key); } 37 ?>` 38 38 39 39 7. you can use the folowing functions into your templates to retreive all meta: 40 `<?php if (function_exists('get_all_terms_meta')) `41 `{ $metaList = get_all_terms_meta($category_id); }` 42 `?>`40 `<?php if (function_exists('get_all_terms_meta')) 41 { $metaList = get_all_terms_meta($category_id); } 42 ?>` 43 43 44 44 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.