How to change 404 sort?

Posted in: Newspaper
Post count: 30

Hello! I want change 404 page for show 9 popular posts (using post views).

I use this code, but i dont see most popular post. Can you help me?

$args = array(
'post_type'=> 'post',
'showposts' => 9,
'order'=> 'DESC',
'orderby' => 'popular'
);

Post count: 22421

Hi,
Unfortunately it will not work like that. The easiest wqay to do it is to use a visual composer block instead. Create your block on a dummy page and set the sorting option you want to it. Then get the shortcode and implement it like so by replacing the array and the query _post function http://screencast.com/t/EO4kUS1j7
Thank you!

Post count: 30

Works great! Thank you!

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