• Resolved Rhand

    (@rhand)


    I load a category description using:

    echo category_description( $category->cat_ID);

    I need to limit the lenght. Is there a WordPress function for that?

Viewing 1 replies (of 1 total)
  • Thread Starter Rhand

    (@rhand)

    Using:

    echo substr( category_description( $category->cat_ID),0,140 ) . "..";

    and that does the trick quite well.

Viewing 1 replies (of 1 total)
  • The topic ‘Limit Category Description lenght’ is closed to new replies.