[Plugin: iSlidex] Wrong category in PHP
-
Hi There,
I’m using this code to show different slideshows for each category page.
The code seems OK but only the first slideshow is displayed for all.
have you any suggestion ?<?php $categoria= get_cat_id( single_cat_title("",false) ); echo $categoria; switch ($categoria) { case "4687": show_customislidex(4687,3,450,200,3, true); break; case "4688": show_customislidex(4688,3,450,200,3, true); break; case "4689": show_customislidex(4689,3,450,200,3, true); break; case "4690": show_customislidex(4690,3,450,200,3, true); break; case "4691": show_customislidex(4691,3,450,200,3, true); break; default: echo "categorie sbagliate!"; } ?>
here isi the link to the site :https://www.newscamp.info/it/category/mercatino/mansardati-mercatino/
THX a lot
Maurizio
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: iSlidex] Wrong category in PHP’ is closed to new replies.