How can I change the output of this function:
'<?php
the_page_meta();
do_action('wp_head');
?>'
Located in header.php (Semiologic).
I need to change RSS 2.0 location in "link rel="alternate".
How can I change the output of this function:
'<?php
the_page_meta();
do_action('wp_head');
?>'
Located in header.php (Semiologic).
I need to change RSS 2.0 location in "link rel="alternate".
filter it. or insert the data manually.
This topic has been closed to new replies.