jetheredge
Member
Posted 1 year ago #
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.
hartlrobert
Member
Posted 1 year ago #
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.
jetheredge
Member
Posted 1 year ago #
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 "http://www.mydomain.com" and not "http://www.mydomain.com/category/mycategory". Not sure what is going on there. If I disable the plugin, these links render fine.