Hello!
I need pictures only on the main page display.
Home is static.
When I do this way:
<? php if (is_home ()){?>
<div id="sidebar-primary" class="sidebar">
<? php dynamic_sidebar ('primary');?>
</ div>
<? php}?>
is displayed only in the blog, but I need to main!
What should I do? What will advise?