1 replies
  • WEB DESIGN
  • |
hey warriors here today looking for some advice on a page of my wordpress blog:

Kindle Review Store | Kindle Review Site

The problem im having is i have intergrated an amazon store but as you can see my side bars intrude how do i remove these but still keeping them on my other pages?

thanks in advance
#edit #wordpress
  • Profile picture of the author mystline
    You'll need to edit your sidebar.php to something like this.

    if(!is_home()) :
    if ( function_exists ( dynamic_sidebar() ) ) :
    dynamic_sidebar();
    endif;
    endif; ?>
    This may not be of much help if you haven't learnt how to edit wordpress core files.

    If you need some help send me a PM and we may be able to work something out.
    {{ DiscussionBoard.errors[3234426].message }}

Trending Topics