Khang Minh
Forum Replies Created
-
The plugin doesn’t include Honeypot so you should leave it enabled.
I’m not sure what that “inactive” means, but you should add the filter to your theme’s functions.php, not by editing the plugin’s code.
This is on my todo list: https://github.com/OddOneOut/bwp-google-xml-sitemaps/issues/13
This feature is currently scheduled for 2.0.0, and I believe it’s a very nice one to have.
Forum: Plugins
In reply to: [Better WordPress Minify] PHP notice on activationYeah look like you’ve just upgraded from an older version of BWP Minify?
Forum: Reviews
In reply to: [Better WordPress Minify] this plugin delivers resultsThank you for this informative review!
Forum: Plugins
In reply to: [Better WordPress Minify] BWP Minify creates unefficient url for refreshingThe plugin adds proper cache headers to minified contents, so the error report might be inaccurate.
Can you post the full url here ?
Splitting tag is not currently supported. I might consider adding this feature though.
Forum: Plugins
In reply to: [Better WordPress Minify] PHP notice on activationHello,
Can you try activating the plugin again and see if you still see the error ?
Forum: Plugins
In reply to: [Better WordPress Minify] Scripts varying by pageThe latter way you described is how the plugin currently works, i.e. a&b for page 1 AND b&c for page 2.
Having said that, version 2.x will allow you to move files around however you want.
Forum: Plugins
In reply to: [Better WordPress Minify] Compatibility Issue with Latest Version of WPMLWhat is the original url when BWP Minify is not active?
Forum: Plugins
In reply to: [Better WordPress Minify] Enabling Minify breaks CSSThanks! Enjoy the plugin.
Forum: Plugins
In reply to: [Better WordPress Minify] Inline CSSThat sounds like a nice feature, let’s see if there are more request for this one.
Forum: Plugins
In reply to: [Better WordPress Minify] Enabling Minify breaks CSSYou can try minifying that style.css file separately instead of excluding it, choose “Stay at original positions” (it should be “Print separately” actually, but a bug introduced in last version).
Hi, thanks for using BWP Google XML Sitemaps.
I believe priority is calculated based on change frequency, and not the other way around. You can, however, use the
bwp_gxs_freqfilter hook to set a specific change frequency for a post.An example:
add_filter('bwp_gxs_freq', 'my_freq'); function my_freq($freq, $item) { // your logics here, make sure to always return something like 'daily' or 'weekly' }@dmgonzam exactly. When having this kind of issue, turning on Debug mode or Extra debug mode will allow you to see the actual error.