Plugin Directory

Changeset 978249


Ignore:
Timestamp:
09/03/2014 11:11:15 PM (12 years ago)
Author:
3dolab
Message:

the readme file as usual

Location:
taxonomy-extra-tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • taxonomy-extra-tools/tags/0.1/readme.txt

    r978243 r978249  
    1212
    1313Taxonomy Extra Tools makes you able to:
     14
    1415* activate a main root archive page, with a clean permalink rewrite structure, for your custom and built-in taxonomies (e.g. mysite.com/custom-taxonomy/, mysite.com/category/ )
    1516please note that WordPress does not provide this kind of page template by default, as a specific term is usually required by the query
     17
    1618* choose if you like to display the terms and/or their associated (custom) posts as a flat list or maintain the hierarchy levels between parent and child terms
     19
    1720* easily style the output term list by adding a filter from your theme's functions.php (the Twenties default theme series is already supported)
     21
    1822* activate a filter to manipulate the post title and insert (custom) taxonomies terms according to a text replacement string
     23
    1924* activate the "post extra" one-to-many relationship by selecting the custom post types that can be associated to posts
     25
    2026* use the "Recent Extras" widget to show the entries from the selected post types belonging to the current post
     27
    2128* use the "Current Terms" widget to show the terms from the selected taxonomies assigned to the current post
    2229
    2330Custom Taxonomies and Post Types must be registered/created previously: the [Types](http://wordpress.org/extend/plugins/types/) plugin is strongly recommended.
     31
    2432The [Categories Images](http://wordpress.org/plugins/categories-images/) plugin can be used to add/assign images to categories and custom taxonomies.
     33
    2534Make sure the permalink rewrite structure works as expected by checking through the [Rewrite Rules Inspector](http://wordpress.org/plugins/rewrite-rules-inspector/) plugin.
    2635
     
    3746= How can I display a proper title in the archive page? =
    3847It really depends on the theme in use. You can check against the global variable $tet_bingo and set the title in the template as the taxonomy name.
    39 You can directly copy the taxonomy.php files provided in this plugin's /template subdirectory to your Twenty Fourteen / Thirteen / Twelve folder or use them as a reference while customizing other themes.
     48You can directly copy the taxonomy.php files provided in this plugin's /template subdirectory to your Twenty Fourteen / Thirteen / Twelve folder or use them as a reference in customizing other themes.
    4049
    4150= How can I display the taxonomy terms and/or extra post type entries, related to the current post, only in posts? =
  • taxonomy-extra-tools/trunk/readme.txt

    r978243 r978249  
    1212
    1313Taxonomy Extra Tools makes you able to:
     14
    1415* activate a main root archive page, with a clean permalink rewrite structure, for your custom and built-in taxonomies (e.g. mysite.com/custom-taxonomy/, mysite.com/category/ )
    1516please note that WordPress does not provide this kind of page template by default, as a specific term is usually required by the query
     17
    1618* choose if you like to display the terms and/or their associated (custom) posts as a flat list or maintain the hierarchy levels between parent and child terms
     19
    1720* easily style the output term list by adding a filter from your theme's functions.php (the Twenties default theme series is already supported)
     21
    1822* activate a filter to manipulate the post title and insert (custom) taxonomies terms according to a text replacement string
     23
    1924* activate the "post extra" one-to-many relationship by selecting the custom post types that can be associated to posts
     25
    2026* use the "Recent Extras" widget to show the entries from the selected post types belonging to the current post
     27
    2128* use the "Current Terms" widget to show the terms from the selected taxonomies assigned to the current post
    2229
    2330Custom Taxonomies and Post Types must be registered/created previously: the [Types](http://wordpress.org/extend/plugins/types/) plugin is strongly recommended.
     31
    2432The [Categories Images](http://wordpress.org/plugins/categories-images/) plugin can be used to add/assign images to categories and custom taxonomies.
     33
    2534Make sure the permalink rewrite structure works as expected by checking through the [Rewrite Rules Inspector](http://wordpress.org/plugins/rewrite-rules-inspector/) plugin.
    2635
Note: See TracChangeset for help on using the changeset viewer.