164159/how-can-i-change-yoast-seo-generated-sitemap-file-url
I have a wordpress website with yoast seo plugin installed. currently the sitemap url is www.domain.com/sitemap_index.xml. As far as I know from my search results on Internet, yoast plugin itself doesn't have such option/feature for changing generated sitemap url, how can I change this url to a customized one programmatically?
plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php
go to this directory and change the code in line 34 to
add_rewrite_rule( 'your_name_here\.xml$', 'index.php?sitemap=1', 'top' );
this will work
i recently changed the name of my ...READ MORE
I created a key pair pem file ...READ MORE
We have not had read/write filesystem access ...READ MORE
ry this: Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri ...READ MORE
use rest api to request for the ...READ MORE
get_post_meta(), use this to get the meta ...READ MORE
the way the search engine displays your ...READ MORE
add_filter( 'wpseo_breadcrumb_single_link', 'ss_breadcrumb_single_link', 10, 2 ); function ss_breadcrumb_single_link( ...READ MORE
Index: catalog/controller/common/seo_url.php =================================================================== --- catalog/controller/common/seo_url.php (old) +++ catalog/controller/common/seo_url.php ...READ MORE
there are two animation classes in MDBs ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.