Hi,
I saw somewhere in the forum how to tweak the appearance of the sidebar in the category archive page...
//remove_action( 'mysite_after_main', 'mysite_get_sidebar' ); get_header(); ?> <script type = 'text/javascript'>jQuery(document).ready(function(){ jQuery('body').removeClass('right_sidebar').addClass('left_sidebar'); });</script>`)
How can I remove completely the sidebar within this line of code ? I tried by adding remove_action( 'mysite_after_main', 'mysite_get_sidebar' ); but it didn't work... Any clue.
Many thanks













