
Show ads only on homepage in WordPress.
This is the perfect code:
<?php if (is_home()) {
?>
Advertisement code which is displayed on homepage only
<?php
}
?>
Replace home with single to display ad on single page only.
Cheers

Show ads only on homepage in WordPress.
This is the perfect code:
<?php if (is_home()) {
?>
Advertisement code which is displayed on homepage only
<?php
}
?>
Replace home with single to display ad on single page only.
Cheers