dfterry
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Clone] Cloning replaces % with {randomcharacters}Same problem. This problem also existed on InfiniteWP. A % symbol turns into the same string throughout the entire database. {e3bcf94201aecf888079dfb4c00e73b4fa7553179f89c6325b80e62014379f1a}
My mistake, I had this in my functions and it was causing 404 on RSS feeds because Author pages are turned off.
/* 404 on author pages */ add_filter( 'author_link', 'no_author_link' ); function no_author_link() { global $wp_query; $wp_query->set_404(); status_header(404); nocache_headers(); include( get_404_template() ); exit; }- This reply was modified 8 years, 9 months ago by dfterry.
Plugins -> AMP deactivate, and the other AMP one too.
I’ve got this problem too. I have to ignore font-awesome.min.css otherwise the ::before content characters render as broken unicode.
Forum: Fixing WordPress
In reply to: WordPress 4.8 widget autoformat messes up thingsThanks, I hope it works because I have a lot of websites that rely on the HTML being left alone in widgets.
Forum: Plugins
In reply to: [Gallery Slideshow] Did this stop working?still works for me
confirmed
Viewing 7 replies - 1 through 7 (of 7 total)