-Celia
]]>Line 329 in html code:
<div class="page"><form name='followform' id='followform' method='post' action='/wordpress/turnercreative/'><input type='image' src='' name='follow' alt='Follow Me' title='Follow Me''> ( Users)<input type='hidden' name='followstatus' value='0'></form>
I need to delete this and cant find out where its come from or what has generated the code, any help appreciated
Thanks Phil T
I need help deleting a code on my child theme. I don′t want the featured image to appear on top of my posts, as it′s set by default. On the parent theme, all I had to do was to delete this from post.php:
<?php if ( current_theme_supports( 'get-the-image' ) ) get_the_image( array( 'meta_key' => 'Thumbnail', 'size' => 'single-thumbnail', 'link_to_post' => false, 'image_class' => 'featured', 'attachment' => false ) ); ?>
On my child theme I only got the style.css. Should I create a post.php file? How do I do it… I created the style.css using a plugin. Also, once I create it, what should I add?
Thanks.
My site: https://www.practicaryoga.com
]]>