Plugin Directory

Changeset 459938


Ignore:
Timestamp:
11/06/2011 02:17:56 PM (14 years ago)
Author:
kanonji
Message:

Fix readme.txt. exported from git v0.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-use-parent-template/trunk/readme.txt

    r459931 r459938  
    44Requires at least: 3.2
    55Tested up to: 3.2.1
    6 Stable tag: 0.2
     6Stable tag: 0.3
    77
    88To use parent template for child categories or pages. This plugin patches template hierarchy.
     
    1717If 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.
    1818
    19 example.com/works/design
    20 example.com/works/illust
    21 example.com/works/photo
     19* example.com/works/design
     20* example.com/works/illust
     21* example.com/works/photo
    2222
    2323= Category template hierarchy =
     
    4646= Notes =
    4747
    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'.
    5149
    5250== Changelog ==
    5351
     52= 0.3 =
     53* Fix readme.txt
     54
    5455= 0.2 =
    5556* Released.
     57
     58= 0.1 =
     59* My local use.
Note: See TracChangeset for help on using the changeset viewer.