How can I add Google ads to my home page?

Guys I know this is the stupid question but need a little help, I need to put ads on my homepage as I have on my post page:

alt text

These are the ads I get on my post page (i.e single.php).

I also want the same thing on my home page over here:

alt text

I tried using a <div> tag like I did on single.php, but it is not working.

1 Answer
1

How do you have your home page set up and what template are you trying to modify? Usually it is index.php or home.php, but it can also be front-page.php or even something completely different from defaults.

See Template Hierarchy in Codex.

Leave a Comment