Plugin Directory

Changeset 1136627


Ignore:
Timestamp:
04/16/2015 08:58:40 PM (11 years ago)
Author:
stur
Message:

edit readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • whale-kit/trunk/readme.txt

    r1136619 r1136627  
    4141`[wk_terms child_of=34]`
    4242
    43 =Show all categories and empty too=
     43= Show all categories and empty too =
    4444`[wk_terms hide_empty=0]`
    4545
     
    4747`[wk_terms exclude_tree=array(32)]`
    4848
    49 =Sort categories by count of records=
     49= Sort categories by count of records =
    5050`[wk_terms orderby=count order=ASC]`
    5151for the widget:
    5252orderby=count&order=ASC
    5353
    54 = Ñollapse categories =
     54= Collapse categories =
    5555`[wk_terms collapse=1 hierarchical=1]`
    5656The collapse of the inactive branches of the tree of categories.
    5757
    58 =Display tags and specify the number of records=
     58= Display tags and specify the number of records =
    5959`[wk_terms taxonomy=post_tag show_count=1]`
    6060
    61 =Show category and set the font size depending on the number of entries in the category=
     61= Show category and set the font size depending on the number of entries in the category =
    6262`[wk_terms show_count=1 size_of_count=1 smallest=8 largest=22 unit=px]`
    6363
    64 =show 5 records out of category id:56, exclude category id:23=
     64= Show 5 records out of category id:56, exclude category id:23 =
    6565`[wk_posts cat=56,-23 posts_per_page=5]`
    6666for the widget:
     
    6868
    6969
    70 =Show entries with thumbnail=
     70= Show entries with thumbnail =
    7171`[wk_posts meta_key=_thumbnail_id show_thumbnail=60?60 /]`
    7272for the widget:
     
    7474*none_thumbnai - plug, if the record does not have a thumbnail, then specify the id attachment
    7575
    76 =Custom Field Query=
     76= Custom Field Query =
    7777for the widget write all in one line:
    7878`meta_key=color&meta_value=blue&meta_compare=<=&posts_per_page=5`
     
    8484posts_per_page=5
    8585`
    86 =Multiple Custom Field Handling=
     86= Multiple Custom Field Handling =
    8787`
    8888[wk_posts
     
    106106
    107107
    108 =Show child pages to 567 pages=
     108= Show child pages to 567 pages =
    109109`[wk_pages child_of=567]`
    110110
    111111
    112 =Collapse and sorting pages=
     112= Collapse and sorting pages =
    113113`[wk_pages collapse=1 sort_column=menu_order sort_order=ASC]`
    114114for the widget:
Note: See TracChangeset for help on using the changeset viewer.