Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

wordpress add the html to the content by functoin.php

add_action('the_post', function($post, $query){
	if(is_single()) {
		echo "Test";
	}
}, 10, 2);
Source by wordpress.org #
 
PREVIOUS NEXT
Tagged: #wordpress #add #html #content
ADD COMMENT
Topic
Name
5+9 =