WordPress hook + remove displayed category under each posts in wordpress In WordPress 189 | 2 Add below code into functions.php file //Removed default displayed category under each posts add_action( 'wp', function() { remove_action( 'generate_after_entry_content', 'generate_footer_meta' ); } ); LEAVE A REPLY
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article. Reply
Your article helped me a lot, is there any more related content? Thanks!
I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.