shorten title not working
-
I am using a custom theme with shortening of the title by 40 chars. But the code is not working. The amount of default characters have not been set. What am I missing here?
{ "name": "IMWZ", "description": "A very compact popular posts list.", "authors": [ { "name": "Hector Cabrera", "email": "[email protected]", "role": "Creator / Main Developer" } ], "config": { "title" : "Trending", "shorten_title": { "active": true, "length": 40, "words": false }, "post-excerpt": { "active": false }, "thumbnail": { "active": false }, "rating": false, "stats_tag": { "comment_count": false, "views": false, "author": false, "date": { "active": false }, "taxonomy": { "active": false, "name": "category" } }, "markup": { "wpp-start": "<ul class=\"wpp-list wpp-tiny\">", "wpp-end": "</ul>", "post-html": "<li class=\"{current_class}\"><div class=\"wpp-item-data\">{category}</div> {title}</li>" } } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘shorten title not working’ is closed to new replies.