Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure what you are asking so will throw this out there:

    echo '<p> category ' . '<a href="' . get_category_link( $category->cat_ID, 'post_tag' ) . '" title="' . sprintf( __( "View all posts in %s" ), $category->name ) . '" ' . '>' . $category->cat_name.'</a> has ' . $category->count . ' post(s). </p> ';
    Thread Starter Otenyano

    (@junrill)

    get_category_link();

    sheyt… thanks man.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘adding link get_the_category’ is closed to new replies.