nixor
Forum Replies Created
-
Forum: Plugins
In reply to: [SlimStat Analytics] [Plugin: WP SlimStat] incorrect auto purgeStrange….
Before the days is modified(originally 120 days setting), my slimstat pageview was deleted at 2012/3/1 00:00:00 – despite the 120 days is NOT elapsed.
(also It had been happened same at 2012/1/1 00:00:00)so I changed from 120days to 10, 300, 50000000 the value of days…but still same.
PS: a vote for you plugin…WHERE ? ….let me know the link. THANKS
Workaround :
1. Go Network Admin > Dashboard
2. Click Edit of Sites > All Sites > domain
3. Change to proper domain(for example, https://www.second-domain.com/) Settings tab > “home” fieldThat’s it !
Hi,
This issue has NOT been resolved on new BWP sitemap v 1.2.0It still is displayed as below.
https://www.first-domain.com/robots.txt
Sitemap: https://www.first-domain.com/sitemapindex.xmlhttps://www.second-domain.com/robots.txt
Sitemap: https://second.first-domain.com/sitemapindex.xmlhttps://www.third-domain.com/robots.txt
Sitemap: https://third.first-domain.com/sitemapindex.xmlThank you !
Ok, I have resolved that issue myself.
Around line 13 in wp-content/plugins/robots-meta/robots-meta.php
Find the code below.require_once('/yst_plugin_tools.php');
Replace that code as below.
require_once( plugin_dir_path( __FILE__ ) . '/yst_plugin_tools.php');
That’s it ! Done !
Then It works well ??Forum: Networking WordPress
In reply to: [W3 Total Cache] Not WORK on WordPress 3.0 MUI recommend the “WP Super Cache” than this.