Skip to content

Show ads only on homepage in wordpress.

Share via email

wordpress

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 :D

Related Posts

You may like other posts.

Comments

Tell us what you think.

There are no comments on this entry.

Add a Comment

Fill in the form and submit.

*

123