I want to have the "read more" links on the "home page 2 cols" section to open you tube links in new pages so the user doesn't lose their place in the website, what html or js tags (or whatever) do I need to modify/add to make this work? Oh, and where do I need to put the new tags. Thanks!
Go to front-page.php present in your theme directory and add the code given below Code: TARGET="_blank" Sending image for reference This will solve your issue.