Hello, when i go into my single posts, i cannot seem to delete or not show the "enjoyed this post?" with the share this post/facebook icons. I am also looking to remove the Leave a reply boxes as well... Please let me know how i am able to do this. Thanks in advance!
"Enjoyed this post" and "Leave a reply"
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
1) Delete following code from single.php:
<div class='social-box'> <?php echo "<strong>"; _e('Enjoyed this Post?','habitat'); echo "</strong><br/>"; _e('Subscribe to our','habitat'); echo " <a href='"; bloginfo('rss2_url'); echo "'>RSS Feed</a>, "; if($k_option['single']['acc_tw'] != '') { _e('Follow us on '); echo "<a title ='' href='http://twitter.com/".$k_option['single']['acc_tw']."'>Twitter</a> "; } _e('or simply recommend us to friends and colleagues!','habitat'); ?> <div class='share_stuff'> <!-- AddToAny BEGIN --> <a class="a2a_dd" href="http://www.addtoany.com/share_save">Share this post</a> <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script> <!-- AddToAny END --> <!-- Facebook add BEGIN --> <a class="fb_share" type="box_count" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>">Share on facebook</a> <!-- Facebook add END --> </div> </div>2) Delete following code from single.php:
echo " <div class='entry commententries'>"; comments_template(); echo "</div>";Posted 2 years ago # -
Great it worked! But.... theres a gradient box below my single post... is there a way I can get rid of that? Thank you!
Posted 2 years ago # -
Hey,
add following code to style.css (at the very bottom):
#post-meta-box { display:none; }Posted 2 years ago #
Reply
You must log in to post.














