Category Archives: themedev

External links in new tab/window: WordPress

function autoblank($text) { $return = str_replace(‘<a href = ‘, ‘<a target = “_blank” href = ‘, $text); $return = str_replace(‘<a target = “_blank” href = “http://domain.com’, ‘<a href = “http://domain.com’, $return); $return = str_replace(‘<a target = “_blank” href = “#’, … Continue reading

Posted in themedev, wordpress | Comments Off