Title: rtcunningham's Replies | WordPress.org

---

# rtcunningham

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/rtcunningham/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rtcunningham/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rtcunningham/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 4.6 admin font change looking odd! Any solution?](https://wordpress.org/support/topic/wordpress-46-admin-font-change-looking-odd-any-solution/)
 *  [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/wordpress-46-admin-font-change-looking-odd-any-solution/page/3/#post-7673115)
 * Hi all,
 * I’m using Linux Mint 18 and the change was slightly unnerving. I fixed it with
   the Admin CSS plugin mentioned. I use “Noto Sans”, which matches what I have 
   on my laptop. These fonts work as well:
 * “DejaVu”
    “FreeSans” “Sans”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] CRP Related Posts for AMP Plugin](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/#post-7124082)
 * [https://www.rtcx.net/seasons-weather-philippines/amp/](https://www.rtcx.net/seasons-weather-philippines/amp/)
 * I didn’t read into it but I saw that AMP works without permalinks as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] CRP Related Posts for AMP Plugin](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/#post-7124059)
 * Yes, it works the way I thought it would. The only thing that could change is
   the endpoint (I’m not going to change mine).
 * Filtering get_permalink? I don’t think that’s a good idea. The is_amp_endpoint
   function has to exist and it isn’t in the core.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp-login.php gets downloaded instead of displayed](https://wordpress.org/support/topic/wp-loginphp-gets-downloaded-instead-of-displayed/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/wp-loginphp-gets-downloaded-instead-of-displayed/#post-7107688)
 * I wish it was something as simple as that. I ended up using the rename wp-login.
   php plugin and now I don’t have to worry about it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contextual Related Posts] CRP Related Posts for AMP Plugin](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/crp-related-posts-for-amp-plugin/#post-7123903)
 * I ended up hacking the output-generator.php file:
 * if ( function_exists( ‘is_amp_endpoint’ ) && is_amp_endpoint() ) {
    $endpoint
   = ‘amp/’; } else { $endpoint = ”; }
 * and then get_permalink( ID ) . $endpoint . (the rest of the string) in three 
   places.
 * The only thing that’s iffy is the endpoint, which can be changed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional CAPTCHA] Escaped apostrophes](https://wordpress.org/support/topic/escaped-apostrophes/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/escaped-apostrophes/#post-6454329)
 * No, no other comment-related plugin. I removed one recently (no page comments)
   because WordPress 4.3 turns off page comments by default.
 * Page comments are also an option in the Hueman theme. I’ll check to make sure
   it’s off and wait for another comment. I don’t get them often.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Top Posts & Pages External Call](https://wordpress.org/support/topic/jetpack-top-posts-pages-external-call/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/jetpack-top-posts-pages-external-call/#post-6342365)
 * Thanks. APIs confuse me but I’ll figure it out.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Remove a Site that isn't Mine](https://wordpress.org/support/topic/remove-a-site-that-isnt-mine/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/remove-a-site-that-isnt-mine/#post-5582157)
 * I’ve sent the support request.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Entry Header width](https://wordpress.org/support/topic/entry-header-width/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323916)
 * I did, but no luck. I made the width 100 percent and it stayed at the original
   width. I don’t want to have to reduce the font size to make it fit if I can help
   it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Entry Header width](https://wordpress.org/support/topic/entry-header-width/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323884)
 * Is the site-header the same as the entry-header?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] How to center embedded video in Decode](https://wordpress.org/support/topic/how-to-center-embedded-video-in-decode/)
 *  [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-center-embedded-video-in-decode/#post-5302708)
 * I wrap the link with the center tag. Works every time.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Entry Header width](https://wordpress.org/support/topic/entry-header-width/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/entry-header-width/#post-5323673)
 * To be clear, what uses two lines at 1024 uses three lines when it’s wider and
   I want to fix that.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] What happened to the fonts?](https://wordpress.org/support/topic/what-happened-to-the-fonts/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/what-happened-to-the-fonts/#post-5240635)
 * No problem, and it works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] What happened to the fonts?](https://wordpress.org/support/topic/what-happened-to-the-fonts/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/what-happened-to-the-fonts/#post-5240591)
 * Okay, I just checked the rest. It seems the only issue was the default entry-
   content size.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] What happened to the fonts?](https://wordpress.org/support/topic/what-happened-to-the-fonts/)
 *  Thread Starter [rtcunningham](https://wordpress.org/support/users/rtcunningham/)
 * (@rtcunningham)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/what-happened-to-the-fonts/#post-5240590)
 * Well, something is wrong, even though I solved the issue. I put in what’s supposed
   to be the default (.entry-content { font-size:1em } the the post/page entry size
   went back to what it was before. I’ve yet to do the h1, h2, etc.

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/rtcunningham/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/rtcunningham/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/rtcunningham/replies/page/2/?output_format=md)