On 4/17/05, Jamie Bliss astronouth7303@gmail.com wrote:
Is there a standard function that returns a class/associative array of a link's attributes, taking the link text as an argument?
Yes, that sounds like a fair description of the Title class (in includes/Title.php)
To explain the problem in hand, as I understand it: A redirect page is displayed by grabbing the content of the target page, and displaying that instead of the content of the page being viewed. The problem comes because when you view a category page, special code is brought into play to display the category's members (the listings are not, of course, part of the text of the page). The redirect code never calls this special code, because it just grabs the page's contents; thus, the introductory text appears, but nothing else.