Title: sunkast's Replies | WordPress.org

---

# sunkast

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] WordFence fails to detect hidden plugin serving malware](https://wordpress.org/support/topic/wordfence-fails-to-detect-hidden-plugin-serving-malware/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/wordfence-fails-to-detect-hidden-plugin-serving-malware/#post-18653262)
 * Hi [@wfpeter](https://wordpress.org/support/users/wfpeter/)
 * Yes. I have a backed up copy of the hidden plugin I can provide you with. Just
   let me know what would be the best way to deliver it to you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PowerPress Podcasting plugin by Blubrry] New interface needs expand all option](https://wordpress.org/support/topic/new-interface-needs-expand-all-option/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/new-interface-needs-expand-all-option/#post-12440190)
 * The only other issue I have experienced was removing an episode. However according
   to the change log for the latest version, that appears to be resolved.
 * Having a global setting to show all the episode options would be great.
 *   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] X-Robots-Tag Header Preventing RSS From Being Indexed](https://wordpress.org/support/topic/x-robots-tag-header-preventing-rss-from-being-indexed/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/x-robots-tag-header-preventing-rss-from-being-indexed/#post-10463734)
 * As there has been some confusion in my communication with Yoast via Twitter I
   want to make clear that the problem with the X-Robots-Tag being set to noindex
   is being set by Yoast SEO, not by Powerpress or any other plugin.
 *   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] X-Robots-Tag Header Preventing RSS From Being Indexed](https://wordpress.org/support/topic/x-robots-tag-header-preventing-rss-from-being-indexed/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/x-robots-tag-header-preventing-rss-from-being-indexed/#post-10445065)
 * So looking into this, I found this bit of code in class-frontend.php
 *     ```
       	public function noindex_feed() {
   
       		if ( ( is_feed() || is_robots() ) && headers_sent() === false ) {
       			header( 'X-Robots-Tag: noindex, follow', true );
   
       			return true;
       		}
   
       		return false;
       	}
       ```
   
 * Is there a way to prevent this header from being set without modifying this file?
 * With the way Google is handling podcasts now, having this header negatively impacts
   RSS feeds that are for podcasts.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [About page still says 4.7.5 after update to 4.8](https://wordpress.org/support/topic/about-page-still-says-4-7-5-after-update-to-4-8/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/about-page-still-says-4-7-5-after-update-to-4-8/#post-9246547)
 * Had the host reboot the server. That seemed to fix it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Events ending before actual end time](https://wordpress.org/support/topic/events-ending-before-actual-end-time/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/events-ending-before-actual-end-time/#post-4421171)
 * Seems to be working just fine now. Thank you Ross.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Events ending before actual end time](https://wordpress.org/support/topic/events-ending-before-actual-end-time/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/events-ending-before-actual-end-time/#post-4421152)
 * I will install the dev version and report back how it goes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Events ending before actual end time](https://wordpress.org/support/topic/events-ending-before-actual-end-time/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/events-ending-before-actual-end-time/#post-4421102)
 * Hi Ross,
 * Yes, both are set to New York, which is the same timezone for the Google Calendar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick ...] Black bars on either side](https://wordpress.org/support/topic/black-bars-on-either-side/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/black-bars-on-either-side/#post-4407657)
 * Nico,
 * Thanks I will give it a try.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks - Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin] Pro Version not Tweeting Scheduled Posts](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/)
 *  [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/page/2/#post-3861618)
 * Okay so it doesn’t work after all. Every post that I’ve made in the last 4 days
   has failed to tweet on publish. Also scheduled posts are not creating the pretty
   link when published unless I go back to the post and click update.
 * When will scheduled posts and auto tweeting be fixed? I’m very disappointed paying
   for a plugin that does not work as advertised.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks - Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin] Pro Version not Tweeting Scheduled Posts](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/)
 *  [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/page/2/#post-3861615)
 * I think I’ve got this sorted out. Tried a new post and it worked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyLinks - Affiliate Links, Link Branding, Link Tracking, Marketing and Stripe Payments Plugin] Pro Version not Tweeting Scheduled Posts](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/)
 *  [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/pro-version-not-tweeting-scheduled-posts/page/2/#post-3861614)
 * Has this been fixed yet? I’ve tried both of the above fixes but still cannot 
   get auto tweeting to work. It says it has been tweeted, but never actually does.
 *   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] Cannot change og_type](https://wordpress.org/support/topic/cannot-change-og_type/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/cannot-change-og_type/#post-3415632)
 * Okay so in the API documentation I found this snippet of code:
 *     ```
       function yoast_change_opengraph_type( $type ) {
         if ( is_page( 'X' ) )
           return 'video';
       }
       add_filter( 'wpseo_opengraph_type', 'yoast_change_opengraph_type', 10, 1 );
       ```
   
 * I changed the if statement to:
 *     ```
       if ( is_home() )
       ```
   
 * Which worked and fixed my problem. But as a result it’s leaving every other post/
   page without an og:type…
 * Is there any way to fix this without removing the if statement all together? 
   The homepage is the only page that needs the og:type changed.
 *   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] [Plugin: WordPress SEO by Yoast] og:description not inserted](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-ogdescription-not-inserted/)
 *  [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-ogdescription-not-inserted/#post-2873584)
 * I seem to be having the same issue as well…
 *   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] Breadcrumbs conflict with another plugin](https://wordpress.org/support/topic/breadcrumbs-conflict-with-another-plugin/)
 *  Thread Starter [sunkast](https://wordpress.org/support/users/sunkast/)
 * (@sunkast)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/breadcrumbs-conflict-with-another-plugin/#post-3331132)
 * Deleted and reinstalled the Like Button plugin and it seemed to fix whatever 
   was the issue.

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

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