I need something like this but for taxonomies for template.php.
/ * Display page based node * / pushbutton_preprocess_page function (& $ vars) { if (arg (1) == 26) {/ / node26 $ vars ['theme_hook_suggestions'] [] = 'page__portada'; } If (arg (1) == 24) {/ / node 24 $ vars ['theme_hook_suggestions'] [] = 'page__about'; } }
Thankyou Community