luminadevops
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Permalinks] Latest Plugin Version Overwrites RedirectsHi @sasiddiqui,
Our permalink setting is set to
/%category%/%postname%/and this structure is a must for our site to work properly so we do not have any flexibility there.Is this something that can be accomplished with the plugin or does it only work for
/%postname%/?Looking forward to you response!
Forum: Plugins
In reply to: [Custom Permalinks] Latest Plugin Version Overwrites RedirectsHi @sasiddiquim ,
Here is the code that we were using that stopped functioning due to the plugin:
function my_init_rewrite_rule() { add_rewrite_rule( 'forum/companies/?([^/]*)/?(.*)', 'index.php?directory=1&directory_filter=$matches[1]&page=$matches[2]', 'top' ); } add_action( 'init', 'ax_init_rewrite_rule');Looking forward to hearing back!
Forum: Plugins
In reply to: [WP Engine Advanced Cache] Excluding Page’s from Varnish CacheHi Ethan,
Just wanted to follow back with you to see if there was any update regarding the update we were discussing?
Looking forward to hearing back!
Forum: Plugins
In reply to: [WP Engine Advanced Cache] Excluding Page’s from Varnish CacheHey Ethan!
That’s really great news that an update to address this is already in the works. We’ll leave the plugin turned off per your suggestion for the moment, however is there a rough ETA for when you expect this update to roll out?
We’re really excited to use the plugin.