jayo
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Facebook OpenGraph issuesYou know what, we only tested in preview mode, not live. So, can’t confirm it didn’t work for the default (2014) theme. I’ll try it though.
Sorry for the confusion.
Forum: Plugins
In reply to: [Yoast SEO] Facebook OpenGraph issues^^ Thanks for the replay jrf.
We use a in-house built theme. But, seems to be an issue in general, as we tried the default theme to test.
Forum: Plugins
In reply to: [Yoast SEO] Facebook OpenGraph issuesDo not see a pattern between authors, editors, etc. Trying to narrow it down.
Working for you guys now? Not me ??
Not for me.
glad its just not me. lol
May be error across the board. Anyone else?
Forum: Plugins
In reply to: [WordPress.com Popular Posts] Images are not optimizedThis didnt work for me. I call popular posts via sidebar Widget… how do you change the widget with a different image size, which is defined in functions.php?
Forum: Hacks
In reply to: oEmbed or video Embed code with custom fieldCan anyone help with this?
Ok sorry, I get what you’re saying. Didn’t noticed the opening “{” that was added.
Hey Roaning Elepants…
Does the trailing “}” in your code, replace the one that wasn’t included in the original code?
In your original code, it doesnt show the trailing “}”, but has it in the actual code, which you include in the replacement code.
Did I make any sense? lol
Meaning replace this original code:
if ( $query->have_posts() ) $date = $query->posts[0]->post_modified_gmt; }
With this replacement:
if ( $query->have_posts() ) { $date = $query->posts[0]->post_modified_gmt; $date = date( 'c', strtotime( $date )); }
^^ which version you using? The previous one seems like, the XML map is broken.
^^ yea saw that. Not sure how to modify code to fix tho
Forum: Plugins
In reply to: [Yoast SEO] Invalid date in sitemapsThanks Peter, getting same result…
Errors when I test in Google webmaster tools.
^^ thnx for the info. Hopefully a simplier solution will be found soon
Anyone found a solution?