Show code to wordpress home only


Use this code to show only to home page only on wordpress:

<?php if (is_home()) : ?>

//your code here

<?php endif; ?>

, , , ,

  1. No comments yet.
(will not be published)

  1. No trackbacks yet.