• Resolved jmanuelemus

    (@jmanuelemus)


    I’m using Uppercases and lowercases on my URLs (Wikipedia style) but when I make any change on the post it change all to lowercase and I need to fix all over again.

    How can I preserve urls exactly as I type them?

    • This topic was modified 7 years, 2 months ago by jmanuelemus.
Viewing 1 replies (of 1 total)
  • Plugin Author Maciej Bis

    (@mbis)

    Hi,

    sorry for a late response. Please add this line of code to functions.php file in your theme folder:

    add_filter('permalink-manager-force-lowercase-uris', '__return_false');

    Best regards,
    Maciej

Viewing 1 replies (of 1 total)

The topic ‘Plugin changes urls to all lowercase automatically’ is closed to new replies.