Thread Starter
afrael
(@afrael)
Thanks for photomatt from #wordpress
I schould add unserialize() before this entry. 🙂 like:
unserialize(‘a:5:{i:0;s:43:”UltimateTagWarrior/ultimate-tag-warrior.php”;i:1;s:26:”aizattos_related_posts.php”;i:2;s:43:”all-in-one-seo-pack/all_in_one_seo_pack.php”;i:3;s:30:”customizable-post-listings.php”;i:4;s:27:”wp-autoblog/wp-autoblog.php”;}’);\);
Thread Starter
afrael
(@afrael)
Ok. I found this:
<?php
function sanitize_title_with_urlencode($title) {
$title = urlencode($title);
$title = strtolower($title);
$title = str_replace(‘+’, ‘-‘, $title);
return $title;
}
remove_action(‘sanitize_title’, ‘sanitize_title_with_dashes’);
add_action(‘sanitize_title’, ‘sanitize_title_with_urlencode’);
?>
Thread Starter
afrael
(@afrael)
Ok, whait a minute i will check it. 🙂
Big thanks I wasn’t thinking about it. 🙂