• When the Advanced permalink plugin is enabled it breaks my category links. Basically, my categories work, but all of the links rendered within wordpress are blank. It appears to be affecting the way that WordPress renders links to the categories themselves.

Viewing 2 replies - 1 through 2 (of 2 total)
  • With the Advanced Permalinks it’s just a problem with the category rewrites of the plugin.
    So adjust in the normal permalink section the category base as wanted. I hope so you can keep your category urls. Because then it’s easy.
    Next edit the plugin Advanced Permalinks, the first selected file is right. Now look in the editor for:
    $this->add_filter (‘category_rewrite_rules’);
    and add simply
    //
    at the beginning.
    Done.

    Thread Starter jetheredge

    (@jetheredge)

    It isn’t that it breaks my category links, it breaks the rendering of the links. So on my site, when WordPress renders a category link (such as in a post) it just renders “https://www.mydomain.com” and not “https://www.mydomain.com/category/mycategory”. Not sure what is going on there. If I disable the plugin, these links render fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Advanced Permalinks] Breaks Category Links’ is closed to new replies.