How to remove social bookmark? and advertising area ?

How to remove social bookmark?


Open single.php file in theme folder and remove below line:
<div class="bw_sharetom">
<span class="bw_facebook_top"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php the_permalink() ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/1.png"></a></span>
<span class="bw_gooplus_top"><a target="_blank" href="https://plus.google.com/share?url=<?php the_permalink() ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/3.png"></a></span>              
<span class="bw_twitter_top"><a target="_blank" href="https://twitter.com/intent/tweet?text=<?php echo get_the_title() ?>&url=<?php the_permalink() ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/2.png"></a></span>
<span class="bw_pin_top"><a target="_blank" href="https://pinterest.com/pin/create/button/?url=<?php the_permalink() ?>&media=<?php $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id,'full', true); echo $image_url[0]; ?>&description=<?php echo get_the_title() ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/6.png"></a></a></span>
</div>
2. How to remove advertising area?
Open ad_second_paragraph.php file in theme folder. And remove all content.

Comments

Post a Comment