Just switched site to https (questions)
-
1) My site used a custom post type of “books” so I found the following which I added to my child functions.php file (is the correct implementation?)
function jeherve_add_cpt_sitemaps( $post_types ) { $post_types[] = 'books'; return $post_types; } add_filter( 'jetpack_sitemap_post_types', 'jeherve_add_cpt_sitemaps' );2) When I navigate to sitemap.xml, it’s not directed to the https version (I’m using Really Simple SSL and my assumption was, during setup, that everything should now redirect to the https version).
3) Do the sitemap file(s) automatically update periodically?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Just switched site to https (questions)’ is closed to new replies.