Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 23, 2015 at 3:54 pm #400711 yhzkikiParticipant Hi~ I want to insert ads in between the article page(frontpage) , as shown below , hoping to get your help , very grateful ! sample: http://ppt.cc/ACGQ February 24, 2015 at 6:51 am #401188 RikardKeymaster Hey yhzkiki! Try to add this to your functions.php function add_adsense_to_content() { $text = get_the_content(); $text .= ' YOUR ADSENSE CODE HERE '; return $text; } add_action( 'the_content', 'add_adsense_to_content', 6); Cheers! Rikard Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In