Block 4 view by oldest

Posted in: Newsmag
Post count: 2

Hi. I am using Block 4 to view my articles in my site. There are some options for the order i see these. The default is latest. I want to view it by the oldest and there is not such an option. Can I do this somehow? Thanks!

Post count: 6535

Hi

For the moment the theme doesn’t have an filter to display posts by oldest in blocks nut we intent to add this feature in next theme updates. Meanwhile you can add this line ‘Oldest' => 'oldest_posts', in td_config.php: http://screencast.com/t/mWt6d2nynI and this code in td_data_source.php file: http://screencast.com/t/4x14gDsyywvhttp://screencast.com/t/v39rRKyufD

case 'oldest_posts':
$wp_query_args['order'] = 'ASC';
break;

Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 2

Thank you very much!
This solved my problem.

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