Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter extra rewrite rules, for archives #11

Open
KLicheR opened this issue Aug 7, 2014 · 0 comments
Open

Filter extra rewrite rules, for archives #11

KLicheR opened this issue Aug 7, 2014 · 0 comments
Assignees

Comments

@KLicheR
Copy link
Owner

KLicheR commented Aug 7, 2014

Voir branche "filter_extra_rules"

Filtrer ceci:

["(en|pl)/produits/?$"]=>
  string(44) "index.php?lang=$matches[1]&post_type=product"
["produits/?$"]=>
  string(35) "index.php?lang=fr&post_type=product"
["(en|pl)/products/?$"]=>
  string(44) "index.php?lang=$matches[1]&post_type=product"
["products/?$"]=>
  string(35) "index.php?lang=fr&post_type=product"
["(en|pl)/prowdukts/?$"]=>
  string(44) "index.php?lang=$matches[1]&post_type=product"
["prowdukts/?$"]=>
  string(35) "index.php?lang=fr&post_type=product"

comme ça:

["produits/?$"]=>
  string(35) "index.php?lang=fr&post_type=product"
["(en)/products/?$"]=>
  string(44) "index.php?lang=$matches[1]&post_type=product"
["(pl)/prowdukts/?$"]=>
  string(44) "index.php?lang=$matches[1]&post_type=product"
@KLicheR KLicheR self-assigned this Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant