Forums
(@mrincubus88)
16 years, 10 months ago
changed
get_sidebar();
to
if(is_page(‘Page Name’)) : else : get_sidebar(); endif;
worked fine. thanks