More articles in "Similar Articles"

Posted in: Newspaper
Post count: 9

Hi Team,

How do I get more articles in the “Similar Articles” section? I tried changing the value below in td_module_blog.php but the similar article is spread to the full width.


if (td_global::$cur_single_template_sidebar_pos == 'no_sidebar') {
$td_template_layout->set_columns(3);
} else {
$td_template_layout->set_columns(4); //changed to 4
}

I actually need 4 posts to be shown on each row with smaller images!

Post count: 6600

Hi,

You don’t have to change this from code, you have an option for this in Theme Panel > Post Settings: http://screencast.com/t/yCYnJlddc
For the smaller images although you would have to change the code a bit. Try to change the the td_module_blog.php file like this: http://screencast.com/t/iJ8Szdx2gwWg
Should work using any module except module 1 and 7.

Thanks

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