Tag: links
-
Convert Relative Links to Absolute Links with PHP Regex
Here is a quick post on how to find and replace relative links with absolute links using PHP Regular Expressions (regex).
-
WordPress Tool – a WordPress error and link extractor
Here is a simple tool that might be useful to others, it does two main things; Parses your post’s content as XML and spits out any possible errors, and Extracts all external links, which can be exported as an Excel Tab delimited file. Post’s content errors Each post’s content is wrapped with XML dummy tags…