Filtering popular posts during the last week
-
Hello Camu,
you already helped me once to fix a “show me the most popular posts” problem and I hope, you can help me also this time!
My Problem is relatively simple:
1. By using
wp_slimstat_db::init(‘content_type equals post &&& limit_results equals 50’);
I am currently filtering out the most popular posts of the current month.
2. Now I would like to limit the date range from today -6 days until today with no respect to monthly changes. I tried to udate the init methode by
wp_slimstat_db::init(‘day equals 1, interval equals -6 &&& content_type equals post &&& limit_results equals 50’);
However, this seems not to work in my case. Could you please tell me what goes wrong?Best regards,
Statistiker
- The topic ‘Filtering popular posts during the last week’ is closed to new replies.