Plugin Directory

Changeset 1160247


Ignore:
Timestamp:
05/14/2015 08:05:42 AM (11 years ago)
Author:
sherkspear
Message:

update readme and delete screenshots image 02

Location:
sherk-custom-post-type-displays/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sherk-custom-post-type-displays/trunk/README.md

    r1160237 r1160247  
    38384.  Click Save button
    3939
    40 <b>After installed check at Dashboard -> Tools -> Sherk CPT Displays (/wp-admin/tools.php?page=sherkcptdisplays_info)
    41 for more detailed instructions.</b>
     40**After installed check at Dashboard -> Tools -> Sherk CPT Displays (/wp-admin/tools.php?page=sherkcptdisplays_info)
     41for more detailed instructions.**
    4242
    4343<h3>Display Sherk Custom Post Type Displays using Shortcode</h3>
    4444
    4545Shortcode for Sherk Custom Post Type Displays is in the format of
    46 <b>[sherkcptdisplays post_type="post" total_items=10 display_type="title_only" orderby="random"]</b>
     46**[sherkcptdisplays post_type="post" total_items=10 display_type="title_only" orderby="random"]**
    4747Copy the shortcode, paste it to the content text editor and update the values of your shortcode parameters depends on what you need.
    4848
     
    5050<h3>Parameters Available</h3>
    5151
    52 <b>title</b><br/>
    53 Header title of your list of custom post type<br/>
    54 default: ''<br/>
    55 options: string<br/><br/>
     52**title**
     53Header title of your list of custom post type 
     54default: '' 
     55options: string 
    5656
    57 <b>post_type</b><br/>
    58 Post type of the items to displayed in list (depends on your website, list below are automatically updated)<br/>
    59 default: post<br/>
    60 option: screcipe<br/>
    61 option: sherk_banners<br/>
    62 option: sherk_skills<br/>
    63 option: book<br/>
    64 option: post<br/><br/>
     57**post_type**
     58Post type of the items to displayed in list (depends on your website, list below are automatically updated) 
     59default: post 
     60option: screcipe 
     61option: sherk_banners 
     62option: sherk_skills 
     63option: book 
     64option: post 
    6565
    66 <b>display_type</b><br/>
    67 Option on what elements to be shown on your list<br/>
    68 default: title_only<br/>
    69 options: title_only (Titles are only shown on the list with their links)<br/>
    70 options: featured_image (Titles and Featured Image are only shown on the list with their links)<br/>
    71 options: title_and_teaser (Titles and teasers are only shown on the list with their links)<br/>
    72 options: all (All are shown from Titles, teasers and featured images on the list with their links)<br/><br/>
     66**display_type**
     67Option on what elements to be shown on your list 
     68default: title_only 
     69options: title_only (Titles are only shown on the list with their links) 
     70options: featured_image (Titles and Featured Image are only shown on the list with their links) 
     71options: title_and_teaser (Titles and teasers are only shown on the list with their links) 
     72options: all (All are shown from Titles, teasers and featured images on the list with their links) 
    7373
    74 <b>total_items</b><br/>
    75 Total number of items shown on the list<br/>
    76 default: 5<br/>
    77 options: integer<br/><br/>
     74**total_items**
     75Total number of items shown on the list 
     76default: 5 
     77options: integer 
    7878
    79 <b>orderby</b><br/>
    80 The way the list is ordered<br/>
    81 default: random<br/>
    82 option: random (List are ordered in random)<br/>
    83 option: latest (List are ordered from latest item)<br/><br/>
     79**orderby**
     80The way the list is ordered 
     81default: random 
     82option: random (List are ordered in random) 
     83option: latest (List are ordered from latest item) 
    8484
    8585
  • sherk-custom-post-type-displays/trunk/readme.txt

    r1160237 r1160247  
    38384.  Click Save button
    3939
    40 <b>After installed check at Dashboard -> Tools -> Sherk CPT Displays (/wp-admin/tools.php?page=sherkcptdisplays_info)
    41 for more detailed instructions.</b>
     40**After installed check at Dashboard -> Tools -> Sherk CPT Displays (/wp-admin/tools.php?page=sherkcptdisplays_info)
     41for more detailed instructions.**
    4242
    4343<h3>Display Sherk Custom Post Type Displays using Shortcode</h3>
    4444
    4545Shortcode for Sherk Custom Post Type Displays is in the format of
    46 <b>[sherkcptdisplays post_type="post" total_items=10 display_type="title_only" orderby="random"]</b>
     46**[sherkcptdisplays post_type="post" total_items=10 display_type="title_only" orderby="random"]**
    4747Copy the shortcode, paste it to the content text editor and update the values of your shortcode parameters depends on what you need.
    4848
     
    5050<h3>Parameters Available</h3>
    5151
    52 <b>title</b><br/>
    53 Header title of your list of custom post type<br/>
    54 default: ''<br/>
    55 options: string<br/><br/>
     52**title**
     53Header title of your list of custom post type 
     54default: '' 
     55options: string 
    5656
    57 <b>post_type</b><br/>
    58 Post type of the items to displayed in list (depends on your website, list below are automatically updated)<br/>
    59 default: post<br/>
    60 option: screcipe<br/>
    61 option: sherk_banners<br/>
    62 option: sherk_skills<br/>
    63 option: book<br/>
    64 option: post<br/><br/>
     57**post_type**
     58Post type of the items to displayed in list (depends on your website, list below are automatically updated) 
     59default: post 
     60option: screcipe 
     61option: sherk_banners 
     62option: sherk_skills 
     63option: book 
     64option: post 
    6565
    66 <b>display_type</b><br/>
    67 Option on what elements to be shown on your list<br/>
    68 default: title_only<br/>
    69 options: title_only (Titles are only shown on the list with their links)<br/>
    70 options: featured_image (Titles and Featured Image are only shown on the list with their links)<br/>
    71 options: title_and_teaser (Titles and teasers are only shown on the list with their links)<br/>
    72 options: all (All are shown from Titles, teasers and featured images on the list with their links)<br/><br/>
     66**display_type**
     67Option on what elements to be shown on your list 
     68default: title_only 
     69options: title_only (Titles are only shown on the list with their links) 
     70options: featured_image (Titles and Featured Image are only shown on the list with their links) 
     71options: title_and_teaser (Titles and teasers are only shown on the list with their links) 
     72options: all (All are shown from Titles, teasers and featured images on the list with their links) 
    7373
    74 <b>total_items</b><br/>
    75 Total number of items shown on the list<br/>
    76 default: 5<br/>
    77 options: integer<br/><br/>
     74**total_items**
     75Total number of items shown on the list 
     76default: 5 
     77options: integer 
    7878
    79 <b>orderby</b><br/>
    80 The way the list is ordered<br/>
    81 default: random<br/>
    82 option: random (List are ordered in random)<br/>
    83 option: latest (List are ordered from latest item)<br/><br/>
     79**orderby**
     80The way the list is ordered 
     81default: random 
     82option: random (List are ordered in random) 
     83option: latest (List are ordered from latest item) 
    8484
    8585
Note: See TracChangeset for help on using the changeset viewer.