if (in_category('4')) {
get_sidebar('beaucerones'); }
elseif (in_category('3')) {
get_sidebar('belgas'); }
elseif (in_category('18')) {
get_sidebar('noticias'); }
?>
if (in_category('18')) { get_template_part( 'loop', 'noticias' ); } else { get_template_part( 'loop', 'single' ); } ?>