<?php
//Code automatically inserted by Featurific for Wordpress plugin
if(is_home()) //If we’re generating the home page (remove this line to make Featurific appear on all pages)…
if(function_exists(’insert_featurific’)) //If the Featurific plugin is activated…
insert_featurific(); //Insert the HTML code to embed Featurific
?>