So i have realized that my problem is that my website is housed in a frame, so all the links want to stay inside of that frame. I can fix this by adding a target=”_top” flag to my links. It seems i just need an elegant way to tell wordpress to add target=”_top” to every single external link I will have on my page. Is there an easy way to do this?