Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
How to add Social media buttons one the single page
Old 02-02-2011, 01:01 AM How to add Social media buttons one the single page
ihasfunny's Avatar
Novice Talker

Posts: 6
Trades: 0
Hi

I have a blog designed with wordpress and thesis

www(.)funvblog.com

currently there is social media buttons but not on the right place and so I want to add social media buttons before the content starts or right side of ads

can anyone help me to figure out this

Thanks
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
ihasfunny is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-02-2011, 09:26 AM Re: How to add Social media buttons one the single page
RonnieTheDodger's Avatar
Extreme Talker

Posts: 232
Location: Central USA
Trades: 0
You would have to understand how Thesis uses its hooks (see Thesis Hook Reference List). You can hook into any part of the theme by adding an action in your functions.php file to do so.

Probably the best place to hook is right after the byline.

PHP Code:
function add_to_byline() {
  if (
is_post()) {
    
/* Insert code for social media buttons here */
  
}
}

add_action('thesis_hook_byline_item''add_to_byline''99'); 
__________________
Ronnie T. Dodger

[
Please login or register to view this content. Registration is FREE
] [
Please login or register to view this content. Registration is FREE
]
RonnieTheDodger is offline
Reply With Quote
View Public Profile Visit RonnieTheDodger's homepage!
 
Reply     « Reply to How to add Social media buttons one the single page
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09634 seconds with 12 queries