|
I need to place sidebar content on my WordPress blog that appears on the home page only.
This means the content should display only at mysite.com and not at mysite.com/page/2/
However, both the home page and inside pages use the same template, index.php, which means they both use the same sidebar.
Is there a conditional script that would prevent my home page sidebar from appearing on inside pages?
Thanks.
|