Question
I have added this function in my functions.php file to show category option for wordpress pages. It works fine. function support_category_for_pages() { // Add category support to pages register_taxonomy_for_object_type('category', 'page'); } add_action( 'init', 'support
0
, rahul 3 years 0 Answers 59 views