Hey guys,
I'm using this code to show an ad after 8th paragraph. I don't want it to display ad, if there is less than 8 paragraphs. How can i do that?
Thanks in advance.
//Insert ads after paragraph of single post content.
add_filter( 'the_content', 'prefix_insert_post_ads' );
function...