ThE_ED
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-Authors Plus] RegExp in plugin creates syntax errors in sql queriesThanks, @michalrusina, that seems to fix this weird error. I had exactly the same thing!
Forum: Plugins
In reply to: [Widgets for SiteOrigin] Inked Blog / Bug in author link?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, 7 months ago by ThE_ED.
Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Plugin functioneert niet meerIn ieder geval is het probleem met de laatste update verholpen.
Ik hen nog niet gecheckt wat er precies veranderd is, verder.Forum: Plugins
In reply to: [Bol.com Partner Program Plugin] Plugin functioneert niet meerDubbelt met https://ww.wp.xz.cn/support/topic/bol-com-plugin-functioneert-niet/ , maar wat thenorth zegt. Zie Twitter van Netvlies https://twitter.com/Netvlies/ en antwoord hier; 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 8 years, 10 months ago by ThE_ED.
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)
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
In reply to: [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Sitemaps?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.
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/
I think this applies to the description/snippet as well.
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/
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/Forum: Fixing WordPress
In reply to: Auto-generated pretty permalink not using title since 4.4 updateI’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’…
@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.)
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
In reply to: [Facebook Comments] Facebook Comment DisappearedStill down for me, only on articles newer than the 15th… (so: today.)
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.