Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

jayo on "[Plugin: WordPress SEO by Yoast] XML sitemap with wrong date format"

$
0
0

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 ));
}

Viewing all articles
Browse latest Browse all 42467

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>