m3 block 5 title length on pages

Posted in: Newsmag
Post count: 24

hi, im using m3/block 5 layout for latest articles on my site instacomedy.tv and would like for the post titles to display more characters. like up to a full 3 lines of title. what can i do? would also like for it to display views counters. thanks

Post count: 7909

Hi,

You have an option to set article’s title length for module 3 in Theme Panel – http://screencast.com/t/O9CtakNT
Also you have to make some changes in module 3 to post views appear on this module:
*copy get views function – http://screencast.com/t/4hKiFXy8jFqD and paste it to module 3 – http://screencast.com/t/eHOYSjXp

<?php echo $this->get_views();?>

Add also this custom css in Theme Panel > Custom Css: http://screencast.com/t/2nNuaHGA

.td_module_3 .td-post-views {
float: right;
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.