From 8096d40f15913eff1f3e1acbf15a10f5cbbdb748 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Tue, 27 Sep 2022 10:18:26 +0200 Subject: [PATCH] added cases for tipus artistes, equip in homepage, wasn't up to date --- home.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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;