Hi, I'm trying to run the following in my wordpress <h2>Archives</h2> <ul> <p> <?php require("http://pilot-resources.net/linku/showlink.php?id=2"); ?> </p> <?php wp_get_archives('type=monthly'); ?> </ul> The link http://pilot-resources.net/linku/showlink.php?id=2 randomly displays links, all I want to do is to include the output from this link. Any ideas? I can't get it to work
I have also tried <?php require_once 'http://pilot-resources.net/linku/showlink.php?id=2'; ?> <?php require 'http://pilot-resources.net/linku/showlink.php?id=2'; ?> these didn't work either