Is there someway to get a list of all links on a page, including links in theme files, header, footer, sidebar, posts, etc?
It is possible to do this in JavaScript, but I'm hoping for a server-side solution.
|
Is there someway to get a list of all links on a page, including links in theme files, header, footer, sidebar, posts, etc? It is possible to do this in JavaScript, but I'm hoping for a server-side solution. |
|||
|
|
|
it is possible to do on server side but you would have to create an output buffer and the either use Regex or Dom phrase to get all of the links. a much easier solution would be to use JavaScript or even better jQuery. |
|||||||
|