I am facing a big problem to developing a wordpress theme. I want to show post content in
But by default it is showing in
.Post content also have
. I want to keep this
and want to remove
. I have used this
But it also remove
.
Please tell me how can i do that?
Code:
<h2></h2>
Code:
<p></p>
Code:
<br>
Code:
<br>
Code:
<p></p>
Code:
remove_filter ('the_content', 'wpautop');
Code:
<br>
Please tell me how can i do that?