Tagged Questions
0
votes
1answer
31 views
Does post-meta belong in header?
The template I used as a start for my own design places the metadata inside the header tag of the single-post.php. Is that a correct use of header, or should there only be h-tags in there? What about ...
0
votes
2answers
2k views
Wordpress wp_head() crap
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 ...