Wopisanje
- Category and Taxonomy Image Plugin allow you to add image with category/taxonomy.
- you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image')) { $meta_image = get_wp_term_image($term_id); //It will give category/term image url } echo $meta_image; // category/term image url
where $term_id is ‚category/term id‘
Features
- Setting ,for which taxonomy ,image field is to be enable.
- Very simple in use
- Can be customized easily.
Fota wobrazowki
Instalacija
- 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/
. - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Go to your WP-admin ->Settings menu a new „Taxonomy Image“ page is created.
- Go to your WP-admin ->Settings ->Taxonomy Image displayed in the taxonomies list form where you can select the taxonomies you want to include it in WP Custom Taxonomy Image.
- Go to your WP-admin select any category/term ,here image text box where you can manage image for that category/term.
- you can use the following function into your templates to get category/term image:
if (function_exists('get_wp_term_image')) { $meta_image = get_wp_term_image($term_id); //It will give category/term image url } echo $meta_image; // category/term image url
where $term_id is ‚category/term id‘
HSP
- No technical skills needed.
Pohódnoćenja
Sobuskutkowarjo a wuwiwarjo
„Category and Taxonomy Image“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.
SobuskutkowarjoPřełožće „Category and Taxonomy Image“ do swojeje rěče.
Na wuwiću zajimowany?
Přehladajće kod, hladajće do SVN-repozitorija abo abonujće wuwiwanski protokol přez RSS.
Protokol změnow
This is first version no known errors found