{
"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>"
}
}
}
]]>Thanks in advance.
]]>Is there a way to shorten the title of the events when the calendar is displayed in a “month view”?
Thank you,
Petar
My programming skills are pretty limited. I tried around with PHP and “strlen” but didn’t really know where and how to apply it right. Maybe there’s even a way to do this directly in the “Template” window of “W4 Post List”.
Would be amazing if someone with more know how could help me out :).
Here’s a pic to make it more clear.
https://i59.tinypic.com/2dmfb4i.jpg
https://www.ads-software.com/plugins/w4-post-list/
]]>https://www.ads-software.com/plugins/wordpress-seo/
]]>I currently have the following
<?php get_mostpopular("order_by=views&range=weekly&limit=6&stats_views=0&pages=0&stats_comments=0&wpp_start=<div>&wpp_end=</div>"); ?>
What do I need to add?
Thanks
https://www.ads-software.com/extend/plugins/wordpress-popular-posts/
]]>]]><?php $prevpost = substr(previous_post_link('<li>%link</li>', '« %title'),0,14); echo $prevpost; if (strlen($prevpost) > 14 ){ echo ' ...'; } ?>