‘favorites’,
‘meta_key’ => ‘_term_order’,
‘orderby’ => ‘meta_value_num’,
‘order’ => ‘desc’,
‘hide_empty’ => 0,
)
);
include( ‘templates/header-nav.php’ );
?>
<?php if(!wp_is_mobile() && io_get_option('ad_home_s')) echo '
‘ . stripslashes( io_get_option(‘ad_home’) ) . ‘
‘ . stripslashes( io_get_option(‘ad_home’) ) . ‘
‘; ?>
category_parent == 0){
$children = get_categories(array(
‘taxonomy’ => ‘favorites’,
‘meta_key’ => ‘_term_order’,
‘orderby’ => ‘meta_value_num’,
‘order’ => ‘desc’,
‘child_of’ => $category->term_id,
‘hide_empty’ => 0
)
);
if(empty($children)){
fav_con($category);
}else{
foreach($children as $mid) {
fav_con($mid);
}
}
}
}
get_template_part( ‘templates/friendlink’ );
?>
<?php
get_footer();