johnsennnn
Member
Posted 1 year ago #
when ever a new template is uploaded, these messages are coming in the place of categories, links and in some of the places on the theme also
wp_list_cats is deprecated since version 2.1! Use wp_list_categories() instead. in /home2/cosmetic/public_html/wp-includes/functions.php on line 3237.
How to solve this issue, any ideas?
businesslogs
Member
Posted 1 year ago #
It looks like the theme you uploaded is using old code. What's the name of the theme and could you ask the maker if he/she has a more updated version? If not, you probably have to search all the files and replace wp_list_cats to wp_list_categories
More info about the functions here:
http://codex.wordpress.org/Template_Tags/wp_list_categories
http://codex.wordpress.org/Template_Tags/wp_list_cats