Multiple rows of footer widget areas
Just add a variable to the function so you can call it differently from the template… EDITED: pass the footer row to function and return class… function mytheme_footer_sidebar_class($row) { if ($row == 1) {$i = 1; $j = 5;} elseif ($row == 2) {$i = 5; $j = 9;} $active_sidebars = 0; for ($i; $i … Read more