I’m learning about caching parameters and tried this in the single.php template: echo count($wp_object_cache->cache['posts']); $query = new \WP_Query(...
I don’t normally work in wordpress, having hard time finding a lot of things. I added one line of custom php to a ...
-
May 25, 2022
- 0 Comments
I have nginx caching setup that ignores logged in users, but I have a lot of users in subscriber roles who SHOULD be ...
-
May 25, 2022
- 0 Comments
I have a blog were most of the traffic comes with query strings for tracking purposes, which means that query strings doesn’t change ...
-
May 25, 2022
- 0 Comments
I am optimizing my WordPress website. I am using 2 WordPress plugins right now. First one is ‘Autoptimize’ for optimizing CSS, JS, and ...
-
May 25, 2022
- 0 Comments
I have written a plugin that puts a (google) favicon in front of each link in my blog. Really simple. Just uses a ...
-
May 25, 2022
- 0 Comments
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be ...
-
May 24, 2022
- 0 Comments
I’m trying to make Cloudflare’s Rocket Loader work on my WP site. Everything works fine except for the WP Visual Editor. I followed ...
-
May 24, 2022
- 0 Comments
I’m working at a WordPress theme. Since I need to display featured posts, related posts, some widgets with recent posts and so on, ...
-
May 24, 2022
- 0 Comments
I have a plugin which saves data via AJAX, and realised that it wasn’t sending out any request. I opened up the console ...
-
May 24, 2022
- 0 Comments