I know, wp_head() is important, but it inject so much crap into the header, i like to get it out... and just add manually the 2-3 line of code i need..
BUT, and there is always a but, i need the wordpress auto-generated code for :
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel='canonical' href='http://jlecologia.com/cms/' /> (why not!)
and
<meta http-equiv="Content-Language" content="fr-FR" />
How i can ask for the generation of that... ???? something like : bloginfo('name') will be fine for me
Thanks
<meta>and<link>elements above ... which is why @Wyck suggested the code to remove everything else. – EAMann♦ Mar 17 '11 at 15:35