fall
taking the kids to halloweekends at cedar point; they are extremely excited to be scared.
found some old swanky stuff on a CD.. good stuff.
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'); ?>
taking the kids to halloweekends at cedar point; they are extremely excited to be scared.
found some old swanky stuff on a CD.. good stuff.