1dnmr
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
ok, I found what wrong. Problem in this function:
add_filter( 'the_content', 'the_content_filter', 20 ); function the_content_filter( $content ) { $content = preg_replace('/property[^>]*/', '', $content); $content = preg_replace('/vocab[^>]*/', '', $content); $content = preg_replace('#<comments-count.*?>(.*?)</comments-count>#i', '', $content); $content = preg_replace('/href="javascript:void*/', ' ', $content); return $content; }It can’t be duplicated, I have already the_content_filter in my theme. I moved content from this function to my existed. Problem solved.
- This reply was modified 9 years, 8 months ago by 1dnmr.
Where I can download version 0.8.1?
I already disabled plugin. I know, this is very strange. But it’s true. I repeated twice – install plugin from repository and have error 500
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Update 0.8.2 congratulations !!!Where I can download previous version?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Update 0.8.2 congratulations !!!0.8.2 make site unaccessible! DO NOT INSTALL!!
Hi,
after update to 0.8.2 I’ve got error 500 – site completely unaccessible. I disabled plugin.
Hi,
have same problem and workaround same way as suggested (switch off / add / switch on )Author seems forget about his own plugin support -)
Viewing 7 replies - 1 through 7 (of 7 total)