Hi. This is a minor feature request. Would you mind moving the social icon for Twitter just below Facebook in the theme panel>social networks? I have to keep moving it with every update and it makes more sense to have it there since in my chosen icons it appears at the end. Thanks.
Okay. I will just be uploading the individual files updated manually with each theme update. To another unrelated question, I came up with (from some tutorials here) and tried this code to filter popular posts in the last thirty days. I know you don’t provide custom work, but would you kindly advise if the code is correct?
case 'popular_of_latest': $wp_query_args['meta_key'] = td_page_views::$post_view_counter_key; $wp_query_args['orderby'] = 'meta_value_num'; $wp_query_args['order'] = 'DESC'; $wp_query_args['date_query'] = array(
'key' => td_page_views::$post_view_counter_7_day_last_date,
'value' => (date('U') - 2419200), // current date minus 30 days
'type' => 'numeric',
'compare' => '>'
);
break;
Hello,
You should edit the td_data_source.php and change the seconds limit to your desired, like this -> https://www.screencast.com/t/apx82em61
Hope this helps!
Thanks.
