Reviews by Author

$args=array(
'child_of' => 18,
‘orderby’ => ‘name’,
‘order’ => ‘ASC’
);
$categories = get_categories($args);

foreach($categories as $category) {
echo ‘

‘ . $category->name . ‘

‘;
//echo ‘

Post Count: ‘. $category->count . ‘

‘;
$id = $category->cat_ID; //get_cat_ID($category->name);

$queryargs = ‘cat=’. $id . ‘&showposts=-1′;
query_posts($queryargs);
echo ‘

‘;
}
//Reset Query
wp_reset_query();
?>

Comment Pages

There are 1 Comments to "Reviews by Author"

Trackbacks

  1. Bookie Mee | Officially A London Based Blogger


Write a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>