
HOW TO: AUTOMATICALLY INSERT CONTENT AFTER EACH POST
To grasp this recipe, simply pulp a following formula in your functions.php file. By regulating functions.php, you’ll not have to re-insert this formula if we switch themes. duty insertFootNote($content) { if(!is_feed() && !is_home()) { $content.= "<div class=’subscribe’>"; $content.= "<h4>Enjoyed this article?</h4>"; $content.= "<p>Subscribe to a <a href=’http://feeds2.feedburner.com/WpRecipes’>RSS feed</a> as well as never skip a recipe!</p>"; $content.= "</div>"; } lapse $content; } add_filter (’the_content’, ‘insertFootNote’); Credits goes to Cédric Bousmane for which trick! Looking for WordPress hosting
Here is a original:
How to: Automatically insert calm after any post



