/wp-content//themes/my-theme/header.php
But what do you mean by ‘put something’? there are various means of adding passing to this file and on to rendered output, yes you can directly edit it though (in a child theme.) but it might be advisable to just state what you are wanting to do in case there is a specific and proper means of doing it.
For example. I’ve been told to put this code in my header..
<link rel=”meta” type=”application/rdf+xml” title=”FOAF”
href=”http://semantictweet.com/your-twitter-screen-name” />
Header right?
@markhahnel mark, you want to put “header right?” in the header? if so just insert somehting like http://pastebin.com/U8L0YmbG or you can style it with heading tags like h3.
Sorry the html code didnt show up, im being told to put html in as follows:
To do so, just add the following line to the open brackets head close brackets section of your webpage:
past your code at http://pastebin.com then past the link here cause it wont show
The code doesnt really matter. If something says paste into the head section (not header) where do I paste it?
Thanks,
Mark
@markhahnel I’ve edited your earlier post to show the code.
To add a link tag open header.php and look for other link tags in the <head> section to the top of the file.