Title: dfterry's Replies | WordPress.org

---

# dfterry

  [  ](https://wordpress.org/support/users/dfterry/)

 *   [Profile](https://wordpress.org/support/users/dfterry/)
 *   [Topics Started](https://wordpress.org/support/users/dfterry/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dfterry/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dfterry/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dfterry/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dfterry/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dfterry/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Clone] Cloning replaces % with {randomcharacters}](https://wordpress.org/support/topic/cloning-replaces-with-randomcharacters/)
 *  [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/cloning-replaces-with-randomcharacters/#post-9727797)
 * Same problem. This problem also existed on InfiniteWP. A % symbol turns into 
   the same string throughout the entire database. {e3bcf94201aecf888079dfb4c00e73b4fa7553179f89c6325b80e62014379f1a}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] RSS Feed 404 when Yoast enabled](https://wordpress.org/support/topic/rss-feed-404-when-yoast-enabled/)
 *  Thread Starter [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/rss-feed-404-when-yoast-enabled/#post-9317774)
 * 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, 12 months ago by [dfterry](https://wordpress.org/support/users/dfterry/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Steps to disable AMP for now and be sure search engines use the normal pages?](https://wordpress.org/support/topic/steps-to-disable-amp-for-now-and-be-sure-search-engines-use-the-normal-pages/)
 *  [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [9 years ago](https://wordpress.org/support/topic/steps-to-disable-amp-for-now-and-be-sure-search-engines-use-the-normal-pages/#post-9296810)
 * Plugins -> AMP deactivate, and the other AMP one too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Font Awesome icons disappear if CSS merge/CSS processing is on](https://wordpress.org/support/topic/font-awesome-icons-disappear-if-css-mergecss-processing-is-on/)
 *  [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [9 years ago](https://wordpress.org/support/topic/font-awesome-icons-disappear-if-css-mergecss-processing-is-on/#post-9254009)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 4.8 widget autoformat messes up things](https://wordpress.org/support/topic/wordpress-4-8-widget-autoformat-messes-up-things/)
 *  Thread Starter [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [9 years ago](https://wordpress.org/support/topic/wordpress-4-8-widget-autoformat-messes-up-things/#post-9225406)
 * Thanks, I hope it works because I have a lot of websites that rely on the HTML
   being left alone in widgets.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery Slideshow] Did this stop working?](https://wordpress.org/support/topic/did-this-stop-working/)
 *  [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/did-this-stop-working/#post-8859302)
 * still works for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] jquery.tablesorter.min.js failed to load](https://wordpress.org/support/topic/jquery-tablesorter-min-js-failed-to-load/)
 *  [dfterry](https://wordpress.org/support/users/dfterry/)
 * (@dfterry)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/jquery-tablesorter-min-js-failed-to-load/#post-8770029)
 * confirmed

Viewing 7 replies - 1 through 7 (of 7 total)