JohnPaulDesign
7/22/2017 - 1:33 PM

Genesis add custom content after body tag

Genesis add custom content after body tag

//Custom code after body tag
add_action( 'genesis_before', 'jpContent' );
function jpContent(){
	echo "content";
}