Remove P tag from Excerpt WordPress
So you want to know how to remove TAG from WordPress Excerpt (the_exceprt) or WordPress Post Content Function (the_content). Yes it is tooo simple. You just need to add the following line of code your functions.php in themes folder. Path to functions.php is wp-content –> themes –> {YOUR THEME NAME} –> functions.php SOLUTION: I am…