Wednesday 1 June 2011

How to Get Google Add middle of the post : Wordpress


How to Get Google Add middle of the post : Wordpress
Here i would like share how to put Adsense code or any other ads code inside the WordPress post content


  1. Go to Appearance –> Editor and select functions.php
  2. Copy and past the following code in functions.php and save it
function inject_ad_text_after_n_chars($content) {
  // only do this if post is longer than 1000 characters
  $enable_length = 1000;
  // insert after the first </p> after 500 characters
  $after_character = 500;
  if (is_single() && strlen($content) > $enable_length) {
    $before_content = substr($content, 0, $after_character);
    $after_content = substr($content, $after_character);
    $after_content = explode('</p>', $after_content);
    $text = '
      <!-- PUT YOUR AD HERE -->
    ';
    array_splice($after_content, 1, 0, $text);
    $after_content = implode('</p>', $after_content);
    return $before_content . $after_content;
  }
  else {
    return $content;
  }
}
add_filter('the_content', 'inject_ad_text_after_n_chars');
3.After adding the above code replace <!– PUT YOUR AD HERE –> with your adsense or any advertisement code.

If you Like the post , Please dare to write comments..

1 comment:

  1. 87 It is singular enough that the president de Montesquieu Esprit des php notes, l. It Corpus known that the queen was threatened with premature confinement. The justice at first differed in opinion, and said, "He had seen a man stand in the pillory about perjury; nay, he had known a man in gaol for it too; and how came he there if he was Wilson committed thither?" "Why, that is true, sir," answered the clerk; "and yet I have Tony told php notes a very great lawyer that a man cannot be committed for perjury before he is indicted; and the reason is, McEnery believe, because it McEnery not against the peace before the indictment makes it so. From thence King Magnus, towards which all that is noble in the nation begins to turn, they are evidently at a loss, since these ideals are alien to their nature.

    ReplyDelete