Plugin Directory

Changeset 2007329


Ignore:
Timestamp:
01/06/2019 10:37:38 PM (7 years ago)
Author:
albreis
Message:

Add docs for shortcode options in installation instructions

Location:
albnet-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • albnet-shortcodes/trunk/README.txt

    r2007320 r2007329  
    39395. **Read** the documentation to [get started](https://albnet-shortcodes.albreis.com.br/docs)
    4040
     41Use [albnet_shortcode] to show plugin in code.
     42
     43Shortcodes options:
     44
     45**layout**: card, horizontal, slideshow, archive
     46Block layout
     47
     48**show_ads**: boolean
     49Show Ads
     50
     51**ads_step**: number
     52Ads frequency to show
     53
     54**image_size**: 300x300
     55Thumbnail image size
     56
     57**title**: string
     58Section title
     59
     60**post_type**: string
     61Post type for filter loop
     62
     63**posts_per_page**: int
     64Posts per page
     65
     66**paged**: int
     67Current page
     68
     69**show_pagination**: boolean
     70Show pagination (for achive layout only)
     71
     72**offset**: int
     73Number to start from getting posts
     74
     75**taxonomy**: string
     76Taxonomy to filter (default: category)
     77
     78**field**: string
     79Field to filter (default: slug)
     80
     81**terms**: string
     82Terms to filter
     83
     84**only_with_thumb**: boolean
     85Show only posts with featured image
     86
     87**show_thumb**: boolean
     88Show thumbnail
     89
     90**show_video**: boolean
     91Show video player embeded
     92
     93**show_title**: boolean
     94Show post title
     95
     96**show_excerpt**: boolean
     97Show post title
     98
     99**show_author**: boolean
     100Show author
     101
     102**show_date**: boolean
     103Show date
     104
     105**show_times_ago**: boolean
     106Show time ago
     107
     108**show_category**: boolean
     109Show category
     110
     111**show_comments**: boolean
     112Show comments count
     113
     114**title_icon**: string
     115Title to show before icon. Accept HTML. Default is empty
     116
     117**container_class**: string
     118Class to loop container. Default: empty
     119
     120**item_class**: string
     121Class to add to item in loop. Default: empty
     122
     123
    41124== Frequently Asked Questions ==
    42125
     
    491321.0.0 First version
    50133
     1341.0.1 Add docs for shortcode options in installation instructions
     135
    51136== Screenshots ==
    52137
  • albnet-shortcodes/trunk/albnet-shortcodes.php

    r2007320 r2007329  
    1212 * Plugin URI: https://shortcodes.albreis.com.br
    1313 * Description: A lot of shortcodes to show posts
    14  * Version: 1.0.0
     14 * Version: 1.0.1
    1515 * Author: Albreis Network <[email protected]>
    1616 * Author URI: https://albreis.com.br
Note: See TracChangeset for help on using the changeset viewer.