I changed the permalink structure like so:
Custom Structure: https://mydomain.com/%category%/%postname%/
Listing => plugin
Category (Listing) => plugin
This works great to give me the path I want for my listings:
https://mydomain.com/plugin/{slug}
I also set my Listings Page
to /plugins/
, which works nicely, too.
My category links on the listing blocks (ie. “Free” or “Premium”), link to:
https://mydomain.com/plugin/free
and https://mydomain.com/plugin/premium/
, which I would expect; however, going to those pages shows “Nothing found. Sorry, but nothing matched your search terms. Please try again with some different keywords.”
I have already tried to re-save my permalinks. Any suggestions?