Changeset 978249
- Timestamp:
- 09/03/2014 11:11:15 PM (12 years ago)
- Location:
- taxonomy-extra-tools
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
taxonomy-extra-tools/tags/0.1/readme.txt
r978243 r978249 12 12 13 13 Taxonomy Extra Tools makes you able to: 14 14 15 * 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/ ) 15 16 please note that WordPress does not provide this kind of page template by default, as a specific term is usually required by the query 17 16 18 * 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 17 20 * 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 18 22 * activate a filter to manipulate the post title and insert (custom) taxonomies terms according to a text replacement string 23 19 24 * activate the "post extra" one-to-many relationship by selecting the custom post types that can be associated to posts 25 20 26 * use the "Recent Extras" widget to show the entries from the selected post types belonging to the current post 27 21 28 * use the "Current Terms" widget to show the terms from the selected taxonomies assigned to the current post 22 29 23 30 Custom Taxonomies and Post Types must be registered/created previously: the [Types](http://wordpress.org/extend/plugins/types/) plugin is strongly recommended. 31 24 32 The [Categories Images](http://wordpress.org/plugins/categories-images/) plugin can be used to add/assign images to categories and custom taxonomies. 33 25 34 Make sure the permalink rewrite structure works as expected by checking through the [Rewrite Rules Inspector](http://wordpress.org/plugins/rewrite-rules-inspector/) plugin. 26 35 … … 37 46 = How can I display a proper title in the archive page? = 38 47 It 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 whilecustomizing other themes.48 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 in customizing other themes. 40 49 41 50 = 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 12 12 13 13 Taxonomy Extra Tools makes you able to: 14 14 15 * 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/ ) 15 16 please note that WordPress does not provide this kind of page template by default, as a specific term is usually required by the query 17 16 18 * 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 17 20 * 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 18 22 * activate a filter to manipulate the post title and insert (custom) taxonomies terms according to a text replacement string 23 19 24 * activate the "post extra" one-to-many relationship by selecting the custom post types that can be associated to posts 25 20 26 * use the "Recent Extras" widget to show the entries from the selected post types belonging to the current post 27 21 28 * use the "Current Terms" widget to show the terms from the selected taxonomies assigned to the current post 22 29 23 30 Custom Taxonomies and Post Types must be registered/created previously: the [Types](http://wordpress.org/extend/plugins/types/) plugin is strongly recommended. 31 24 32 The [Categories Images](http://wordpress.org/plugins/categories-images/) plugin can be used to add/assign images to categories and custom taxonomies. 33 25 34 Make sure the permalink rewrite structure works as expected by checking through the [Rewrite Rules Inspector](http://wordpress.org/plugins/rewrite-rules-inspector/) plugin. 26 35
Note: See TracChangeset
for help on using the changeset viewer.