How to change order of "Most Popular" and "Recent Posts"?

Posted in: Newspaper
Post count: 12

It seems like every demos display “Most Popular” articles above the “Recent Articles” on the home page.
I want the recent articles to appear before the most popular ones.
How do I change the order?

Post count: 23312

Hello Icsiaid,

If you want to change the order for your page template, you will have to alter the code from the core file in order to achieve as you wish. First of all, please4 notice that you will have to use the pagebuilder+latest articels+pagination template and then you will have to use the do_shortcode method to add your popular block (set your block to display the popular all time from the Block Settings) in page-pagebuilder-latest.php core file, like this -> http://screencast.com/t/DSd3qCGu and then your will have the Latest Articles displayed on your top of the page and then will be this type of block which you set it by Popular all time sorting on the bottom of the page. The snippet of the code for this example is -> <?php echo do_shortcode('[vc_row][vc_column][td_block_6 sort="popular" ajax_pagination="next_prev"][/vc_column][/vc_row]'); ?>

Hope this helps!

Thanks for your understanding!

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