decrease with of fb like button. now its 350px
a little modification on duck__boy’s reply:
global $wp_query;
if(is_search()) :
$cat = array(
'category__in' => array(5) // Where 5 is the ID of your Music category
);
$args = array_merge( $wp_query->query, $cat );
endif;
query_post($args);
add this in search.php before while loop.
Hi,
It’s happening for javascript conflict. you site showing lots of js error.
like:
Error: $(“ul.menu”).superfish is not a function
Source File: http://www.fluid-studio.net/spc/blog/2011/07/19/how-to-install-a-water-fountain/
Line: 54