- This topic has 1 reply, 1 voice, and was last updated 7 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Developing Websites › HTML PHP Snippets › Add Social Icons to WordPress Post
Please backup your files before editing so you can restore them if you make a mistake. 🙂Add this to the custom functions file
If you don't have thesis then you need to grab the code out and place it in your single.php file. Place it exactly where you want it to go..for example here is code to add your own share bar to WordPress. This code goes into the single.php
The Css goes into the main Css file.
If this code was for thesis it would look like this:
<?php }}add_action('thesis_hook_before_post_box', 'scroll_bar_before');