• I have a wordpress site (of course). I would like to extract a full list of all embedded links across the entire site, including internal links to my own site.

    eg if a http://mysite/mypage has a link <a href="http://something.com.au/page">A link</a>
    then I want to be able to extract a table that shows.
    
    URL, Link, Text
    http://mysite/mypage,http://something.com.au/page,A Link

    I have found this addin that finds and lists embedded links, but it doesn’t show internal links.
    I need internal links too.

    Does anyone know of an approach to do this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have used Search Regex plugin. Just search for href= in the content, and it will show them all.

    Thread Starter Mallycat

    (@mallycat)

    Thanks Joy. So does this work over the entire site at once, or is it page by page?

    Thread Starter Mallycat

    (@mallycat)

    Thanks Joy. I just checked out this plugin and it is close to what I need, but not quite. Maybe I can get my developer to modify it. For the record, it give me a full list of all instances of <a href= in my site in a browser window, but….

    I can’t see the URL of the source page, just the page name.
    The display of the resulting text in the browser shows one line only, truncated. I can’t see the display text of the link in many instances.
    I can’t download the full data to a file for analysis.

    I do appreciate your help Joy and this will help me get a custom plugin built to do what I need.

    Thanks

    Matt

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Extract links from all Pages and Posts’ is closed to new replies.