Viewing 2 replies - 1 through 2 (of 2 total)
  • echo '<p>Category <a href="' . get_category_link( $category->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->name.'</a> has ' . $category->count . ' post(s). </p> ';

    Hi MichaelH,
    I was wondering how to limit display to 8? and also is there a way to select categories randomly and display with get_cat_icon?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘wp_list_categories link varbiale’ is closed to new replies.