Hello again! I want to delete the date and the tweet in the side of the post and use a social button bar instead of this! How can i do this?
How can i delete the date and tweet in the side of the post?
8 posts from 2 voices-
Posted 1 year ago #
-
Hi,
You can open single.php and replace the following:
<div class="date_container"> <span class='day'><?php the_time('d') ?></span> <span class='month'><?php the_time('M') ?></span> <span class='year'><?php the_time('Y') ?></span> <?php if($k_option['single']['acc_tw'] != '') { ?> <div class="tweetmeme"> <script type="text/javascript"> tweetmeme_source = '<?php echo $k_option['single']['acc_tw']; ?>'; tweetmeme_url = '<?php echo get_permalink() ?>'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script> </div> <?php } ?> <span class='date_container_bottom'></span> </div><!-- end date -->by
<div class="date_container"> YOUR CODE FOR SOCIAL BUTTONS HERE <span class='date_container_bottom'></span> </div><!-- end date -->Posted 1 year ago # -
There you put "YOUR CODE FOR SOCIAL BUTTONS HERE" what i put exactly there? i would prefer to have a widget there!
Posted 1 year ago # -
I was wrong! I didnt't want to write widget.. I would like to add 2 social buttons (facebook and twitter) to like and follow every post..How can i do this?
Posted 1 year ago # -
You can place the code for your twitter and facebook social buttons on the previously mentioned YOUR CODE HERE part.
To get your original twitter code back you can restore the code to what it used to be and start from there.Posted 1 year ago # -
Where can i find the codes of facebook and twitter?
Posted 1 year ago #
Reply
You must log in to post.














