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:
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:
I tried using a <div>
tag like I did on single.php
, but it is not working.
How do you have your home page set up and what template are you trying to modify? Usually it is
index.php
orhome.php
, but it can also befront-page.php
or even something completely different from defaults.See Template Hierarchy in Codex.