Hi, I am totally confused! I need to insert some ad code in the <head><head/> section of every page, but I have no clue how to go about finding/doing this! I'm not even sure it's possible when I'm using an automated Wordpress blog. Obviously, I'm a noob... Any help you could give me...in the simplest of terms would be greatly appreciated. Thanks, Monique
I will be more than happy to help you please Pm the link to the pages you are trying to change and we will go from there. Thank you
I'll help too. Never worked with Wordpress code, so it'd be a good experience for me - though I shouldn't be admitting this here since it turns you away from asking me for help - though rhoula probably already helped since I'm two days late ^_^;
Yup. Login to your Wordpress control panel, look on the left sidebar and find "Editor" under the Appearance menu. Click the "Editor" link. You'll see a link to edit "Header (header.php)" on the right side now. Add the ad code to the <head></head> section you'll see in the code box there. Rep appreciated if this helped you.
Should have added that you only need to do it once for all the pages since the header.php file is loaded every time a page is called (at least unless your theme is nonstandard). As in all cases. Make a back up before you make changes.
Just edit the header.php file of the theme, and see if it has an <head></head> tag now if it does not have, just add it at last by yourself and add your code in between.