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 :)
swartzdesk
tagDiv Member

Worked. Thanks!

swartzdesk
tagDiv Member

It’s a column on the posts page. I know you can un-check the box and remove it from view for your own account, but I wanted to remove the functionality altogether.

I think I’ve figured it out.

In the td_wordpres_booster.php, I changed this …
require_once(‘wp_booster/td_page_views.php’);
to this …
// require_once(‘wp_booster/td_page_views.php’);

And in the single.php, I changed this …
td_page_views::update_page_views($post->ID);
to this …
// td_page_views::update_page_views($post->ID);

That seems to have worked.

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