Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Marco D’Elia
tagDiv Member

Hello Catalin
http://www.comecosa.it is my website, the test website is on https://canoniani.google-test.com/

This is what i see https://www.screencast.com/t/rpJ3aAU2ad

Best regards

Marco D’Elia
tagDiv Member

Thanks You bogdan,
Could you help me with this function?

function set_post_order_in_admin( $wp_query ) {
global $pagenow;
if ( is_admin() && 'edit.php' == $pagenow && !isset($_GET['orderby'])) {
$wp_query->set( 'orderby', 'xxxxxxxx' );
$wp_query->set( 'order', 'DESC' );
}
}
add_filter('pre_get_posts', 'set_post_order_in_admin' );

xxxxxxxx = td_page_views, with Title work fine

Marco D’Elia
tagDiv Member

Hello Catalin,
Thanks for your help.
I tried to install other demos on my website, some demos is working more or less, for example Gadgets, but I can’t see the images.
Could You help me to understand what does not work in my installation test?

best regards
Marco

Marco D’Elia
tagDiv Member

I have tried many plugins but all plugins work with their views count,
Could you tell me which is the code for the count in post in Newspaper theme?
Thanks Marco

Viewing 4 posts - 1 through 4 (of 4 total)