This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Changes WordPress posts URL structure, so that in results in following: | |
| * | |
| * Articles overview: /articles/ | |
| * Category overview: /articles/europe | |
| * Article detail: /articles/europe/title | |
| * Tag detail: /articles/tag/work | |
| * | |
| * Requires following settings of Permalinks: |
NewerOlder