kpripper
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Refreshing the cache after adding a postYou didn’t understand me. The plugin works. I asked if updating the cache of 1000000 posts creates an additional load on the site when publishing each new post.
Forum: Plugins
In reply to: [WordPress REST API Authentication] Nothing happens in the configuration testI ended up breaking the site with my htaccess experiments, had to roll back ??
Forum: Plugins
In reply to: [WordPress REST API Authentication] Nothing happens in the configuration testhttps://freyya.ru/wp-json also gives a 404
The current structure is /%category%/%postname%.html
I changed it to /%day%/%postname%/
But https://freyya.ru/wp-json still gives 404Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Homepage errorWell, plugin is activated. All pages works good, except homepage.
Forum: Plugins
In reply to: [My Category Order] Doesn't working with Worpress 4.4Thanks for your answer. I have deleted this “wonderful” plugin.
Sorry, is not working. ??
Well, I try place a shortcode in the popup content, but it does not work.
I created such shortcode:
//[relatedposts]
function relatedposts_func(){
related_posts();
}
add_shortcode( ‘relatedposts’, ‘relatedposts_func’ );related_posts(); it is the function from Yet Another Related Posts Plugin and in the posts it works correct (for instance https://for-surgeons.com/general-surgery/gastroparesis-after-pyloroplasty-and-nissen.html – we see “Similar posts” at the begin of post).
But popups with that shortcode not displaying at all.
Yes, it is Quick Adsense. Thank you.
And one more question. How I can enable PHP in popups ?
Hm, maybe it is a problem with Quick Adsense plugin.
I looked at the preview and have seen that picture
https://postimg.org/image/u6loeov1f/
But in the code I input just 4444444444444. So, why WordPress PopUp displaying Google Adsense?
My site https://for-surgeons.com
Oh, sorry))) Thank you.
Thank you. And how to remove related posts from the bottom of the post?
Now I have two blocks with related posts.