Pamberjack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?Maybe this will help too:
Old blog post: http://www.pipeburn.com/home/2014/1/27/1974-honda-cb550k-lucy-by-hot-sake-cycles.html
New (WP) blog post: http://domain.com.s180574.gridserver.com/home/2014/01/27/1974-honda-cb550k-lucy-by-hot-sake-cycles.html
I think I understand Jan’s point about wp outputting in html. I have added a ‘.html’ to the custom structure. Will this work?
[ Please do not bump, that’s not permitted here. ]
Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?Jan – seems to.
If i’m not mistake, there’s no bug or error here. I just need to make the %monthnum% display WITHOUT the zeros when it’s a single digit.
Hope that’s a little clearer?
Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?Apologies for the impatience.
To be clear, I’m wasn’t referring to WP there. I’m referring to SquareSpace, as it uses a moth format that DOES NOT include zeroes.
Obviously, I’m looking to preserve that format in my WP version of the blog so I don’t break any links.
I was just wondering if I could remove the “0” for WP permalinks?
Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?code in the custom structure field was cropped. Should read:
/home/%year%/%monthnum%/%day%/%postname%.html
Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?Forum: Fixing WordPress
In reply to: How to get month to display as "1" instead of "01" in permalinks?DP