MarcusSea
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Super Cache] CORS Header Removed from CacheThank you for the response. I was able to get this working properly. For anyone interested I used something similar to the following before the header of the page was included.
$my_cors_url = "http://example.com"; function my_cors_header($known_headers) { global $my_cors_url; header("Access-Control-Allow-Origin: $my_cors_url"); return $known_headers; } add_filter('wpsc_known_headers', 'my_cors_header');- This reply was modified 8 years, 9 months ago by MarcusSea.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemaps missing pagesI just updated to the latest release 4.0.7.1 and many pages are still missing from the sitemap. Can you please update here, and let me know if you are working on this issue. Many pages are missing from the sitemap. Thanks.
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemaps missing pagesArnee, are you working to update the latest plugin to include all published pages. The older version (3) had no issues including pages. I love the plugin for all the configuration, and would like to continue using it. Thank you!
Hi Arnee,
That version fixed the problem. Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)