WordPress tip: How to make term edition easier

WordPress have lots of useful built-in function, unfortunely there’s no function to allow the quick edition of a term (category, tag, or custom term). Nevermind, we can still built our own.

Simply paste this function on your functions.php file:

if ( !function_exists('edit_term_link') )

View the Original article

0 comments:

Post a Comment