Mancave Updates
In the process of updating my man cave to include a new PC; this will be my primary gaming / streaming machine and I’m thinking will replace my current setup.
Including these for posterity, as things evolve/improve.
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'); ?>
In the process of updating my man cave to include a new PC; this will be my primary gaming / streaming machine and I’m thinking will replace my current setup.
Including these for posterity, as things evolve/improve.