Open GoogleCodeExporter opened 8 years ago
I figured out a little bit of a workaround for this in the lib folder, find
rewrite.php - this is the file that rewrites the titles and urls.
You'll want to go to about line 197, the function rewrite_title($title).
after the get_query_var statements, you'll want to add a line of code for
whatever variable is having issues.
$pid for an image title, gallery and album for the titles of those.
$pid = ucword(str_replace('-',' ',$pid));
if you're having an issue where it also says 'Picture' before the name, like I
had, simply remove the word 'picture' from the code slightly below there, where
it is assigning $new_title to things.
Original comment by b...@onyourmark.com
on 21 Feb 2012 at 4:59
Original issue reported on code.google.com by
john.orm...@gmail.com
on 23 Sep 2010 at 5:29