sarse92
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Popular Posts] Calculating of post viewsCan u tell me the endpoint? I cant find it in requests
Forum: Plugins
In reply to: [WordPress Popular Posts] Calculating of post viewsAlso When I have enabled WP Rocket count is not working
Forum: Plugins
In reply to: [Post Views Counter] Query to get last 1 week popular postsHi, is this code correct to retrieve current day popular posts? $today = getdate();
$args = [
‘post_type’ => ‘post’, // Assuming you want blog posts. Change if needed.
‘posts_per_page’ => 3, // Adjust to the number of posts you want.
‘order’ => ‘DESC’, // Order from highest to lowest views.
‘post__not_in’ => [ $post->ID ],
‘date_query’ => [
[
‘year’ => $today[‘year’],
‘month’ => $today[‘mon’],
‘day’ => $today[‘mday’],
],
],
‘orderby’ => ‘post_views’,
‘views_query’ => [
‘year’ => $today[‘year’],
‘month’ => $today[‘mon’],
‘day’ => $today[‘mday’],
],
];Forum: Plugins
In reply to: [Post Views Counter] How to get most viewed posts of specific time periodHi, is this code correct to retrieve current day popular posts?
$today = getdate();
$args = [
‘post_type’ => ‘post’, // Assuming you want blog posts. Change if needed.
‘posts_per_page’ => 3, // Adjust to the number of posts you want.
‘order’ => ‘DESC’, // Order from highest to lowest views.
‘post__not_in’ => [ $post->ID ],
‘date_query’ => [
[
‘year’ => $today[‘year’],
‘month’ => $today[‘mon’],
‘day’ => $today[‘mday’],
],
],
‘orderby’ => ‘post_views’,
‘views_query’ => [
‘year’ => $today[‘year’],
‘month’ => $today[‘mon’],
‘day’ => $today[‘mday’],
],
];Hello, this issue happens sometimes, I have already replicated, but the issue didn’t repeated itself. it happens with random users and shows this error.
Hello, I have inserted this information and caused this error
Forum: Plugins
In reply to: [Relevanssi - A Better Search] RelevanSSI MySQL Slow Query LogI dont understood when this query is running.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] RelevanSSI MySQL Slow Query LogIts directly WP_Query used. I runned on server Query log and it returned that times which I wrote in comment.
I don’t know where this query is running. I’m using bimber template and can u help what to do ? how to figure out this feature?
Forum: Plugins
In reply to: [Year Make Model Search for WooCommerce] YMM Plugin with WPMLCan u send me on my email? @pektsekye
[email removed by moderator — please do not ask for off-forum contact *and* you really don’t want all the spam posting your email will bring.]
- This reply was modified 2 years, 11 months ago by sarse92.
- This reply was modified 2 years, 11 months ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [mqTranslate] Back to default language wrong directions in 2.6.3Hello, I have a question, I set my default language Georgian, but when Site is opening it loads english, after clicking on logo it changes to georgian. What can I do? ??
domain is https://citgeorgia.ge