All Categories & Feeds
subscribe to our
main feed or select one of the category specific feeds below:
$cats = explode(“
“,wp_list_categories(‘title_li=&echo=0&depth=1&style=none&feed_image=http://learnoutlive.com/wp-content/uploads/2012/01/feed-icon-14×14.png’));
$cat_n = count($cats) – 1;
for ($i=0;$i<$cat_n;$i++):
if ($i<$cat_n/2):
$cat_left = $cat_left.’
‘;
elseif ($i>=$cat_n/2):
$cat_right = $cat_right.’
‘;
endif;
endfor;
?>



