Changeset 2007329
- Timestamp:
- 01/06/2019 10:37:38 PM (7 years ago)
- Location:
- albnet-shortcodes/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
albnet-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
albnet-shortcodes/trunk/README.txt
r2007320 r2007329 39 39 5. **Read** the documentation to [get started](https://albnet-shortcodes.albreis.com.br/docs) 40 40 41 Use [albnet_shortcode] to show plugin in code. 42 43 Shortcodes options: 44 45 **layout**: card, horizontal, slideshow, archive 46 Block layout 47 48 **show_ads**: boolean 49 Show Ads 50 51 **ads_step**: number 52 Ads frequency to show 53 54 **image_size**: 300x300 55 Thumbnail image size 56 57 **title**: string 58 Section title 59 60 **post_type**: string 61 Post type for filter loop 62 63 **posts_per_page**: int 64 Posts per page 65 66 **paged**: int 67 Current page 68 69 **show_pagination**: boolean 70 Show pagination (for achive layout only) 71 72 **offset**: int 73 Number to start from getting posts 74 75 **taxonomy**: string 76 Taxonomy to filter (default: category) 77 78 **field**: string 79 Field to filter (default: slug) 80 81 **terms**: string 82 Terms to filter 83 84 **only_with_thumb**: boolean 85 Show only posts with featured image 86 87 **show_thumb**: boolean 88 Show thumbnail 89 90 **show_video**: boolean 91 Show video player embeded 92 93 **show_title**: boolean 94 Show post title 95 96 **show_excerpt**: boolean 97 Show post title 98 99 **show_author**: boolean 100 Show author 101 102 **show_date**: boolean 103 Show date 104 105 **show_times_ago**: boolean 106 Show time ago 107 108 **show_category**: boolean 109 Show category 110 111 **show_comments**: boolean 112 Show comments count 113 114 **title_icon**: string 115 Title to show before icon. Accept HTML. Default is empty 116 117 **container_class**: string 118 Class to loop container. Default: empty 119 120 **item_class**: string 121 Class to add to item in loop. Default: empty 122 123 41 124 == Frequently Asked Questions == 42 125 … … 49 132 1.0.0 First version 50 133 134 1.0.1 Add docs for shortcode options in installation instructions 135 51 136 == Screenshots == 52 137 -
albnet-shortcodes/trunk/albnet-shortcodes.php
r2007320 r2007329 12 12 * Plugin URI: https://shortcodes.albreis.com.br 13 13 * Description: A lot of shortcodes to show posts 14 * Version: 1.0. 014 * Version: 1.0.1 15 15 * Author: Albreis Network <[email protected]> 16 16 * Author URI: https://albreis.com.br
Note: See TracChangeset
for help on using the changeset viewer.