1
vote
0answers
76 views

Filtering get_permalink in Jetpack / ShareDaddy

I recently changed my permalink structure from /YYYY/MM/%post_name%/ to /%post_name%/, and lost my tweet counts and likes (provided by Jetpack) in the process. To fix this, I want Jetpack to use the ...
1
vote
1answer
99 views

Convert hyphen to underscore in permalinks

I would like to use underscore in my permalinks instead of hyphen. Current permalink: www.example.com/2013/01/hello-this-is-a-test-post/ Desired permalink ...
0
votes
0answers
81 views

Category permalinks not working anymore [closed]

I'm using wordpress for my new website, but now I broke it, I guess, and I don't know why. Everything is set how it was when It did work. The problem: I wanted to hide/disable adding a category to a ...
0
votes
1answer
219 views

How to Filter categories in the permalink structure

Using /%category%/ %postname%/ for the permalink I get a URL string of all the categories that the specific post is included in. I would like the categories in the url to be filtered down.here it is, ...