30) { $showlimits = 3; } else if (empty($showlimits)){ $showlimits = 3; } return $showlimits; } function ag_ct_ctrlf() { $currentsctrl = categoriesctrl_ag(of_get_option('example_multicheck')); if (of_get_option('featured_onoff') === 'on' && !empty($currentsctrl)) { $currentsctrl = explode(',',$currentsctrl); $count = 0; foreach ($currentsctrl as $countaticles) { $category = get_category($countaticles); $count += $category->category_count; } if ($count < 6) {$ctrl = 0;} if ($count >= 6) {$ctrl = 1;} } else {$ctrl = null;} return $ctrl; } // List of categories function ag_ct_list() { $categorynames = explode(',',ag_ct_contr()); return $categorynames; } //Fa Home Icon function blog_gome_icon() { $bloghome = '
  • '; return $bloghome; } //İmg Alternative text function. function ag_img_none() { echo ''; } ?>