WordPress企业主题定制/开发/优化

WordPress分类插件:wp-category-meta

首页 » wordpress插件 » WordPress分类插件:wp-category-meta
Authors: Eric Le Bail, Tom Ransom

职称计算机考试软件2012

This plugins add meta data to the wordpress categories and terms. It Creates a wp-termsmeta table to store the entered meta. It adds input fields to the category and other term administration interface to enter the meta values. It provides functions to retrive / create / update / delete the category and terms meta. It can be used to add meta to custom taxonomies (terms).

This plugin has been tested with WP2.8.6 and WPmu2.8.6 and WP3.0

  1. Unzip into your /wp-content/plugins/ directory. If you're uploading it make sure to upload the top-level folder. Don't just upload all the php files and put them in /wp-content/plugins/.
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to your Administration interface in the "Settings" menu a new "Category Meta" page is created. Configure the meta you want to use.
  4. go to your Administration interface, in the "Category" menu -> new fields are displayed in the category creation/modification form with the meta you configured.
  5. That's it!
  6. you can use the folowing functions into your templates to retreive 1 meta:
if (function_exists('get_terms_meta'))
{
    $metaValue = get_terms_meta($category_id, $meta_key);
}
  1. you can use the folowing functions into your templates to retreive all meta:
if (function_exists('get_all_terms_meta'))
{
    $metaList = get_all_terms_meta($category_id);
}

相关项目

  • WordPress外贸企业主题

  • 最近更新

  • 热门标签