Changeset 606103
- Timestamp:
- 09/30/2012 12:27:51 PM (14 years ago)
- Location:
- post-tiles/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
post-tiles.css (modified) (1 diff)
-
post-tiles.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-tiles/trunk
-
Property
svn:ignore
set to
._post-tiles-frontend.js
._post-tiles.css
._post-tiles.php
._readme.txt
-
Property
svn:ignore
set to
-
post-tiles/trunk/post-tiles.css
r605963 r606103 1 /* @override2 http://www.posttiles.com/wp-content/plugins/post-tiles/post-tiles.css?ver=3.4.2 */3 4 1 /* Admin CSS */ 5 2 #color-picker-example { -
post-tiles/trunk/post-tiles.php
r605963 r606103 4 4 Plugin URI: http://www.tincrate.com/plugins 5 5 Description: This plugin displays recent posts as tiles. Posts can choose categories by id and numbeer of posts to display. Example shortcode: <strong>[post-tiles]</strong> or <strong>[post-tiles categories="1,2,4,10" posts="8" excerpt="18"]</strong>. 6 Author: Ethan Hackett - TinCrate7 Version: 1. 2.58 Author URI: http://www. tincrate.com/plugins6 Author: Ethan Hackett 7 Version: 1.3.0 8 Author URI: http://www.posttiles.com 9 9 10 10 Copyright (C) 2012 Ethan Hackett -
post-tiles/trunk/readme.txt
r605963 r606103 11 11 == Description == 12 12 13 Post tiles allows you to use the shortcode **[post-tiles]** on any page or post and displays a grid of posts in a tile format. [(Live Preview)](http://www. tincrate.com/post-tiles/)13 Post tiles allows you to use the shortcode **[post-tiles]** on any page or post and displays a grid of posts in a tile format. [(Live Preview)](http://www.posttiles.com) 14 14 15 15 By default 8 posts are displayed. To change the amount of posts to display on the page, use the posts=" " attribute in the shortcode. **Example: [post-tiles posts='10']** … … 89 89 == Arbitrary section == 90 90 91 Enjoy it :D 92 93 Updates coming to add the functionality of choosing tile ordering. Possible carousel and sidebar widget options as well. 91 Enjoy it :D
Note: See TracChangeset
for help on using the changeset viewer.