Just a quick fix for a tag link issue I came across.
broken url:
domain.com/tag/two word.html
if you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:
fixed url:
domain.com/tag/two+word.html
Just a quick fix for a tag link issue I came across.
broken url:
domain.com/tag/two word.html
if you take the spaces in the URL and replace them with pluses (‘+’) it’ll work. For example:
fixed url:
domain.com/tag/two+word.html
I know there are others out there, but I wanted to put together a script that would take a preexisting image and make a thumbnail on-the-fly with provided dimensions.
The plan is to incorporate this into a WordPress theme so that I can force an image to be a certain size without having to resize it and upload it as a separate image. Continue reading