04-23-2001
so there is a new layout here now. i like the colors much better now. softer, less horror-show.
hope you enjoy them and the lack of updates. i swear, im trying.
function remove_more_jump_link($link) { $offset = strpos($link, '#more-'); if ($offset) { $end = strpos($link, '"',$offset); } if ($end) { $link = substr_replace($link, '', $offset, $end-$offset); } return $link; } add_filter('the_content_more_link', 'remove_more_jump_link'); ?>
so there is a new layout here now. i like the colors much better now. softer, less horror-show.
hope you enjoy them and the lack of updates. i swear, im trying.