Title: ThE_ED's Replies | WordPress.org

---

# ThE_ED

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] RegExp in plugin creates syntax errors in sql queries](https://wordpress.org/support/topic/regexp-in-plugin-creates-syntax-errors-in-sql-queries/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/regexp-in-plugin-creates-syntax-errors-in-sql-queries/#post-10770116)
 * Thanks, [@michalrusina](https://wordpress.org/support/users/michalrusina/), that
   seems to fix this weird error. I had exactly the same thing!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widgets for SiteOrigin] Inked Blog / Bug in author link?](https://wordpress.org/support/topic/inked-blog-bug-in-author-link/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/inked-blog-bug-in-author-link/#post-9602804)
 * Hi Daniel,
 * I had the same problem, fixed this by changing
 * `$byline = str_replace( '%author%', '<a href="' . get_author_posts_url( $id ).'"
   >' . get_the_author() . '</a>', $byline );`
 * on line 11 in /inc/functions.php for the widgets-for-siteorigin plugin to:
 * `$byline = str_replace( '%author%', '<a href="' . get_author_posts_url( get_the_author_meta('
   ID' ) ) . '">' . get_the_author() . '</a>', $byline );`
 * -Gyurka
    -  This reply was modified 8 years, 9 months ago by [ThE_ED](https://wordpress.org/support/users/the_ed/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bol.com Partner Program Plugin] Plugin functioneert niet meer](https://wordpress.org/support/topic/plugin-functioneert-niet-meer/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [9 years ago](https://wordpress.org/support/topic/plugin-functioneert-niet-meer/#post-9395581)
 * In ieder geval is het probleem met de laatste update verholpen.
    Ik hen nog niet
   gecheckt wat er precies veranderd is, verder.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bol.com Partner Program Plugin] Plugin functioneert niet meer](https://wordpress.org/support/topic/plugin-functioneert-niet-meer/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/plugin-functioneert-niet-meer/#post-9298005)
 * Dubbelt met [https://wordpress.org/support/topic/bol-com-plugin-functioneert-niet/](https://wordpress.org/support/topic/bol-com-plugin-functioneert-niet/),
   maar wat thenorth zegt. Zie Twitter van Netvlies [https://twitter.com/Netvlies/](https://twitter.com/Netvlies/)
   en antwoord hier; [https://twitter.com/Netvlies/status/882937053310332928](https://twitter.com/Netvlies/status/882937053310332928).
 * Als ik in de console kijk zie ik dat het lijkt te ontstaan hier:
 * Uncaught TypeError: i is not a constructor at tinymce.WPWindowManager.tinymce.
   InlineWindowManager.b.createInstance (plugin.min.js?ver=4603-20170530:1)
    -  This reply was modified 9 years, 1 month ago by [ThE_ED](https://wordpress.org/support/users/the_ed/).
 *   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] Where is my sitemap located?](https://wordpress.org/support/topic/where-is-my-sitemap-located-2/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/where-is-my-sitemap-located-2/#post-9037958)
 * As you’ve suspected it’s dynamically generated, so it’s not a ‘physical file’
   in that sense. If you want to provide for example Google Search Console with 
   extra URL’s that are not WP pages/posts I’d just create an extra file by hand
   and submit that. (They allow multiple sitemaps to be submitted)
 *   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] Yoast Sitemap has too many sitemaps under 1 category](https://wordpress.org/support/topic/yoast-sitemap-has-too-many-sitemaps-under-1-category/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/yoast-sitemap-has-too-many-sitemaps-under-1-category/#post-9037939)
 * Yoast should take just the pages/posts you’ve actually created. A random sample
   form your sitemap brings up valid URL’s, no 404’s. So perhaps you, or someone
   else, hás created all these pages in the ‘services’ custom post type?
 *   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] Sitemaps?](https://wordpress.org/support/topic/sitemaps-10/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/sitemaps-10/#post-7434020)
 * It will index everything that’s available. (Unless you have deselected that particular
   set of pages in the plugin settings.) So, no worries about older pages: these
   will be in your sitemap 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] Yoast snippets do not show on Google Search Results](https://wordpress.org/support/topic/yoast-snippets-do-not-show-on-google-search-results/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/yoast-snippets-do-not-show-on-google-search-results/#post-7134356)
 * Hmm, at the moment I don’t see Yoast installed, but perhaps you have disabled
   it by now.
 * Be aware that even if Yoast sets the title and description correctly for you,
   Google is not obliged to copy them. You simply can’t force Google to copy what
   you want in their search results. Perhaps this is the case here as well?
    Google
   seems to do this more and more often, actually. Perhaps because people resort
   to stuffing their descriptions an titles with less meaningful content.
 * On the risk of repeating myself in several topics: I support several websites
   that have different titles than I specify in the settings, as well as different
   descriptions. (Both wordpress and non-wordpress sites.)
 * About title tags being different from your settings in the actual live SERP in
   general, Joost writes this: [https://yoast.com/google-page-title/](https://yoast.com/google-page-title/)
 * I think this applies to the description/snippet 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] Title post end with " – Blog name"](https://wordpress.org/support/topic/title-post-end-with-blog-name/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/title-post-end-with-blog-name/#post-7421055)
 * Please keep in mind that Google itself does this quite often. I support several
   websites that have “- Sitename” in titles which do not appear in my title tags.(
   Both wordpress and non-wordpress sites.) It is very probable that this the cause
   of your issue!
 * As it’s Google’s thing, I don’t think this is a problem as such. They actually
   feel this is a better title and description for your site. I believe Joost goes
   into this somewhere as well: this should not be bad for SEO, and is actually 
   quite often recommended. (As, again, Google ‘fixes’ this if you omit it anyway.)
 * About title tags being different from your settings in the actual live SERP in
   general, Joost writes this: [https://yoast.com/google-page-title/](https://yoast.com/google-page-title/)
 *   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] Google does not show site Description set via Yoast](https://wordpress.org/support/topic/google-does-not-show-site-description-set-via-yoast/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/google-does-not-show-site-description-set-via-yoast/#post-7428997)
 * First of all: I’m not sure if it’s properly installed. I can’t find the typical“
   This site is optimized with the Yoast SEO plugin” tags on your site. Perhaps 
   your theme’s SEO takes preference over Yoast. (Yes, I checked which site it is
   😉 )
 * Having said that: your title is set as you described, but does turn up differently
   un Google. Keep in mind that: it make take some time for Google to pick it up.(
   You can try recrawling it via Google’s Search Console/Webmaster tools)
    AND: 
   Google will always decide if they think your description is indeed the best one.
   I have several articles that have a different title an description than the one
   I set , because Google thinks that’s better. Though this does not seem to happen
   all that often with the main page of your site.
 * Yoast does in fact give you some insight in that on his blog:
    [https://yoast.com/google-page-title/](https://yoast.com/google-page-title/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Auto-generated pretty permalink not using title since 4.4 update](https://wordpress.org/support/topic/auto-generated-pretty-permalink-not-using-title-since-44-update/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/auto-generated-pretty-permalink-not-using-title-since-44-update/#post-6935724)
 * I’ve noticed this as well, I can’t really seem to pinpoint an exact usecase for
   this in the sense of “there is no one type of editing that causes this”. Anyway
   any thoughts?
 * Or to put it in another way, any pointers as to how the generation was changed?
   I thought the only change was an addition that allowed for permalinks for ‘unattached
   media attachments’…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social comments by WpDevArt] Facebook Comments Not Displaying on Just One Post](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/#post-6856021)
 * [@wpdevart](https://wordpress.org/support/users/wpdevart/): Facebook will deploy
   a fix to resolve my issue, I figure this will resolve this issue as well. (Actually,
   it works on my side already.) It seems like they have problems registering all
   URLs in their system sometimes. (The OpenGraph query came up empty as well.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social comments by WpDevArt] Facebook Comments Not Displaying on Just One Post](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/#post-6855980)
 * Facebook has been able to reproduce my issue, I figure it’s not a problem of 
   this plugin in particular, but a general error in FB’s side. I’ll let you guys
   know if I know more.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] Facebook Comment Disappeared](https://wordpress.org/support/topic/facebook-comment-disappeared/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/facebook-comment-disappeared/#post-6853852)
 * Still down for me, only on articles newer than the 15th… (so: today.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social comments by WpDevArt] Facebook Comments Not Displaying on Just One Post](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/)
 *  [ThE_ED](https://wordpress.org/support/users/the_ed/)
 * (@the_ed)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/facebook-comments-not-displaying-on-just-one-post/#post-6855954)
 * As fas as I can see, the root of the problem lies with Facebook itself. I have
   the exact same problem, but I use Facebook’s script directly.

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

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