le plugin Entry views comptatible et recommandé par les thèmes Herald et Voice est obsolète… avec la version 5.5 de wordpress… y aura-t-il une mise à jour ?
]]>I use the “Entry Views” plugin in my “Theme Herald”, I noticed that the Page Views counter is quite different compared to Google Analytics. In Analytics you have more access than the plugin of yours inside my site.
Is it possible to put the same amount of pageviwes that appears on Google, is there anything I can do?
]]>Replace the code in inc/widget-entry-views.php with the following using parent construct. Setting the defaults below it and everything else stays intact.
Other than this, everything seems to be working fine with 4.7.5
parent::__construct( 'ev-entry-views', 'Entry Views', $widget_options, $control_options );
/*
Create the widget.
$this->WP_Widget(
'ev-entry-views',
__( 'Entry Views', 'entry-views' ),
$widget_options,
$control_options
);
*/
/* Set up defaults. */
]]>
Hello, can the plugin count views for pages – or for blog posts only? Thank you for your reply!
]]>Hi there
we have problem with plugin.
We are hosted at WP engine including premium package and same like cloudflare.
We have problem with site load and crashing.
Every time we contact support we get notice about entry view hit counter.
Ajax log is full of it and also deubg file with this message
[08-Dec-2016 21:45:06 UTC] PHP Notice: The called constructor method for WP_Widget in EV_Widget_Entry_Views is deprecated since version 4.3.0! Use
__construct()
instead. in /xxx/wp-includes/functions.php on line 3846
]]>Hello, I am using this plugin on my site. I use it beacuse it require no confiiguration, Just install and it work. But can you please add an option to edit Post View counts in Post Edit page? It is usable for new users as when they install this plugin it show 0 Counts.
Also plugin have n’t been updated from 2 years.
Thanks
]]>hi,
i’m using this code to print out number of views:
<?php printf( __( '%s views', '' ), ev_get_post_view_count( get_the_ID() ));?>
where get_the_ID()
return event id (which is post id)
but the count is not updating properly and stays on 0 ??
would appreciate your help!
p.s.
i’m using another plugin – event-organiser, which i’d like to embed your plugin with.
Hi @JustinTadlock,
Can you update this plugin to support WordPress 4.4
The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
]]>
Hi,
I have been trying out the plugin but since installing it on my site we have been getting reports of Excessive processes running, caused by public_html/wp-admin/admin-ajax.php.
The site has around 150 – 300 people on it at once so a fair amount of traffic and is ran on a pretty powerful VPS it seems that since installing the plugin I’ve been having the issues since it uses admin-ajax.php to count the post views.
I was wondering how I can fix this issue.
Thanks
John