Changeset 459938
- Timestamp:
- 11/06/2011 02:17:56 PM (14 years ago)
- File:
-
- 1 edited
-
wp-use-parent-template/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-use-parent-template/trunk/readme.txt
r459931 r459938 4 4 Requires at least: 3.2 5 5 Tested up to: 3.2.1 6 Stable tag: 0. 26 Stable tag: 0.3 7 7 8 8 To use parent template for child categories or pages. This plugin patches template hierarchy. … … 17 17 If you have works category with some child categories as followings, you may want to use 'category-works.php' for all three child categories. You need to copy as 'category-design.php' and the rest in default template hierarchy. WP Use parent template patches the template hierarchy to use parent template for these child categories. And also pages too. 18 18 19 example.com/works/design20 example.com/works/illust21 example.com/works/photo19 * example.com/works/design 20 * example.com/works/illust 21 * example.com/works/photo 22 22 23 23 = Category template hierarchy = … … 46 46 = Notes = 47 47 48 * Able to use only one generation age template. category-child.php is able to use as parent template for grandchild in the following example. 49 50 example.com/parent/child/grandchild 48 * Able to use only one generation age template. 'category-child.php' is able to use as parent template for grandchild in the example of 'example.com/parent/child/grandchild'. 51 49 52 50 == Changelog == 53 51 52 = 0.3 = 53 * Fix readme.txt 54 54 55 = 0.2 = 55 56 * Released. 57 58 = 0.1 = 59 * My local use.
Note: See TracChangeset
for help on using the changeset viewer.