Post Page Similar Posts

Posted in: Newspaper
Post count: 53

iN THE THEME OPTIONS POST PAGE SIMILAR POSTS YOU HAVE THREE OPTIONS
by category
by tag
by author

Is it possible to add similar posts by Ramdom last 7 days? where and how I can change it with css?

thanks

http://www.alexiptoto.com

Post count: 7909

Hi,

Unfortunately the is no option from Theme Panel, but you can add this sort option for similar article manually and comment the others options like this: http://screencast.com/t/ym9lyn8HAhttp://screencast.com/t/i5bnXwmOVww

//by random 7 days
default:
$args = array (
'orderby' => 'rand',
'post__not_in' => array($this->post->ID),
'showposts' => $tds_similar_articles_count,
'ignore_sticky_posts' => 1,
'date_query'=> array(
'column' => 'post_date_gmt',
'after' => '1 week ago')
);

break;
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.