Validating wp_head();
-
I am try to validate a website that has been created using word press… Im getting errors and they are all caused by wp_head(); which is in the pages. I commented out this line to see if the page would validate and it does.
This code is building the following HTML “<link rel=’alternate’ type=’application/rss+xml’ title=’WP E-Commerce Product List RSS’ href=’https://bazaar.lalesso.com/index.php?rss=true&action=product_list&type=rss’/>” the problem is that the & should be ‘& amp;’ (without the space) so that it can validate.
Does anyone know where i can edit the php that produces this code? Its simple but is producing a load of errors in the pages.
I would be very grateful for any help. Thanks
- The topic ‘Validating wp_head();’ is closed to new replies.