My titles, site wide, will follow this theme all within a h1 tag:
Main title heading / Sub-title text
I’m trying to wrap a span tag around all text after and including the “https://wordpress.stackexchange.com/” so my markup will look like this:
<h1>Main title heading <span>/ Sub-title text</span></h1>
How do I accomplish this? I’m not great with PHP but I’ve tried playing with explode but can’t get the end result all I end up doing is hiding everything after the “https://wordpress.stackexchange.com/”
EDIT:
Code removed & Pastebin created, this is my whole page for index.php: http://pastebin.com/0T9mt7Fu