[Theme: iCandy] Page exclude bug
-
In initoptions.php
if(count($options['candy_exclude']) > 1) {
should be set to:
if(count($options['candy_exclude']) > 0) {
Otherwise you can’t exclude just a single page from the menu.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Theme: iCandy] Page exclude bug’ is closed to new replies.