NSP in Categories, can it keep the category

January 2013 WordPress Theme
GK User
Thu Apr 09, 2015 10:29 am
Hi Guys,

We have NSP on a page specific to the a Post Category, it only displays posts from this category, however the links are like this:

http://www.website.com/news-headline

but to keep the style of the category we need it to link like:

http://www.website.com/post-category/news-headline

Is this possible?
User avatar
Expert Boarder

GK User
Thu Apr 09, 2015 5:59 pm
Hi,

You issue is connected with permalinks, not NSP widget I think, try to change your permalinks:
https://codex.wordpress.org/Using_Permalinks

The following custom permalink structure should be ok:
Code: Select all
/%category%/%postname%/
User avatar
Moderator

GK User
Tue Apr 14, 2015 11:18 am
Thanks Piotr

When I try that, all links from NSP go to 404's, it looks like they have cached within NSP. Deleting the cached files just resets the images.

Any ideas?
User avatar
Expert Boarder

GK User
Tue Apr 14, 2015 1:01 pm
Hi,

This permalink settings:
Code: Select all
/%category%/%postname%/

work properly on my installation.
User avatar
Moderator


cron