config.json
51 lines
| 1 | { |
| 2 | "name": "Cardview", |
| 3 | "description": "A cardview-style popular posts list.", |
| 4 | "authors": [ |
| 5 | { |
| 6 | "name": "Hector Cabrera", |
| 7 | "email": "me@cabrerahector.com", |
| 8 | "role": "Creator / Main Developer" |
| 9 | } |
| 10 | ], |
| 11 | "config": { |
| 12 | "shorten_title": { |
| 13 | "active": false, |
| 14 | "length": 25, |
| 15 | "words": false |
| 16 | }, |
| 17 | "post-excerpt": { |
| 18 | "active": true, |
| 19 | "length": 75, |
| 20 | "keep_format": false, |
| 21 | "words": false |
| 22 | }, |
| 23 | "thumbnail": { |
| 24 | "active": true, |
| 25 | "build": "manual", |
| 26 | "width": 320, |
| 27 | "height": 165, |
| 28 | "crop": true |
| 29 | }, |
| 30 | "rating": false, |
| 31 | "stats_tag": { |
| 32 | "comment_count": false, |
| 33 | "views": false, |
| 34 | "author": false, |
| 35 | "date": { |
| 36 | "active": false, |
| 37 | "format": "F j, Y" |
| 38 | }, |
| 39 | "taxonomy": { |
| 40 | "active": true, |
| 41 | "name": "category" |
| 42 | } |
| 43 | }, |
| 44 | "markup": { |
| 45 | "wpp-start": "<ul class=\"wpp-list wpp-cardview\">", |
| 46 | "wpp-end": "</ul>", |
| 47 | "post-html": "<li class=\"{current_class}\"><div class=\"wpp-thumbnail-container\">{thumb}<div class=\"taxonomies\">{taxonomy}</div></div> <div class=\"wpp-item-data\">{title} <p class=\"wpp-excerpt\">{excerpt}</p></div></li>" |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 |