Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or...
So i have a smaller webshop, that contains a lot of products – and some of those products have variants – like blue, yellow, red and so on. But...
I would like to add image tags into my sitemap posts: <image:image> <image:loc> <![CDATA[ https://example.com/image.jpg ]]> </image:loc> <image:caption> <![CDATA[ Image caption ]]> </image:caption> <image:title> <![CDATA...
Consider the two following custom post types: Museums Bakeries With one shared taxonomy: Region I’m using rewrite rules to improve the URL structure, so I can serve pages to...
I’ve got to the point where I needed to break down my HTML Sitemap into several pages. It contained 2000+ links. The big layout was showing all post titles...
In robots.txt can I write the following relative URL for the sitemap file? sitemap: /sitemap.ashx Or do I have to use the complete (absolute) URL for the sitemap file,...
Relatively new to anything that doesn’t require common sense in WordPress. My previous site was built poorly etc, so cutting a long story short I installed a new theme...
With comment pagination, Google doesn’t index the older pages and comments become essentially lost to searches. Is there a way to let search engines crawl paginated comments, perhaps by...
Currently I am using https version of website and everything is fine, I setupped site main url for https, when viewing editor of post there is https permalink presented..everything...
I am trying to make a custom sitemap for my WordPress blogs categories. For that I added the below code in my functions.php file and when I save it,...