Remove Date from URL
The topic ‘Remove Date from URL’ is closed to new replies.
Need help? Check out our Support site, then
Is there a way to remove the date from the generated url for articles?
This is what I get:
http://only144hours.com/2013/06/20/i-liked-andy-stanley-but/
This is what I want:
http://only144hours.com/i-liked-andy-stanley-but/
The blog I need help with is: only144hours.com
You will need to add some custom CSS. In order to do this, you will need the Custom Design add-on for WordPress. You can then add the following CSS to remove the date:
.the-time.updated { display: none; }
nevanhooker : :
Hey there!
I haven’t heard from you in a week or more regarding this, so I’m going to mark this ticket as resolved.
Please let me know if we can help you out with this or anything else.
The topic ‘Remove Date from URL’ is closed to new replies.