diff --git a/home.php b/home.php index 7a0894d..39cd2ba 100644 --- a/home.php +++ b/home.php @@ -76,10 +76,18 @@ else: if (is_page_child($post, 2)) : $tipus = 'art'; //artistes + elseif (is_page_child($post, 58856)) : + $tipus = 'art'; //artistes + elseif (is_page_child($post, 46565)) : + $tipus = 'art'; //artistes + elseif (is_page_child($post, 46572)) : + $tipus = 'art'; //artistes elseif (is_page_child($post, 136)) : $tipus = 'desc'; //descĂ rregues elseif (is_page_child($post, 74)) : - $tipus = 'desc'; //equip + $tipus = 'equip'; //equip + elseif (is_page_child($post, 40378)) : + $tipus = 'equip'; //equip else : $tipus = 'pag'; endif;