Child Theme functions.php Adding Image
-
Below is the code that I put in my functions.php file of the child theme. This did not work. Is there something wrong with where I inserted the HTML?
add_filter(‘tc_fp_block_display’, ‘content_before_fp’);
function content_before_fp($html) {
$before_fp = <img src=”http://midwestsportstrips.com/wp-content/uploads/2015/06/Capture.png” alt=”Baseball Trips FP” style=”width:844px;height:344px;”>;
return $before_fp.$html;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Child Theme functions.php Adding Image’ is closed to new replies.
