Posts Tagged Is_home

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; ?>

, , , ,

No Comments