StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have -- and this forum will be removed on July 1st, 2013.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 09-02-2011, 08:49 AM
RobertDempsey's Avatar
RobertDempsey RobertDempsey is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Nov 2010
Location: Chiang Mai, Thailand
Posts: 15
Thumbs up Free rel="author" plugin for our fellow Genesis users

Hi everyone - I had my WordPress team at 9Seeds create a plugin for our fellow Genesis theme users that will:
  1. Add a field for your Google+ profile to your WordPress user profile
  2. Turn your name in the author box into a link to your Google+ profile
  3. Add the rel="author" tag to the link

Google is now supporting the rel="author" tag and for social media and SEO purposes this is an important addition to your blog.

The download and install instructions are on this post: http://su.pr/5zhc4q

Enjoy!

Robert Dempsey, CEO &Founder
Dempsey Marketing
http://dempseymarketing.com
  #2  
Old 09-02-2011, 09:04 AM
officeto-go's Avatar
officeto-go officeto-go is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Location: Worcester, Massachusetts
Posts: 773
Default

How awesome of you! You rock!
__________________
Cyndi Papia
Virtual Assistant, IVAA EthicsChecked, CRESS

http://OfficeTo-Go.com

  #3  
Old 09-02-2011, 02:24 PM
Campbell McArthur's Avatar
Campbell McArthur Campbell McArthur is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Posts: 535
Default

Good afternoon Robert, thank you for the Google+ invite as well as the tutorial and plugin!

I already have my author box set up via Genesis . I find worth and merit in your post but is there a way to add this to the Author box without adding a plugin ?
  #4  
Old 09-02-2011, 02:28 PM
officeto-go's Avatar
officeto-go officeto-go is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Location: Worcester, Massachusetts
Posts: 773
Default

//add more user contact methods
add_filter('user_contactmethods', 'more_contactmethods');
function more_contactmethods($contactmethods) {
$contactmethods['twitter'] = 'Twitter username';
$contactmethods['facebook'] = 'Facebook URL';
$contactmethods['linkedin'] = 'LinkedIn URL';
$contactmethods ['youtube'] = 'YouTube URL';
$contactmethods['google_profile'] = 'Google Profile URL';
return $contactmethods;

}
__________________
Cyndi Papia
Virtual Assistant, IVAA EthicsChecked, CRESS

http://OfficeTo-Go.com

  #5  
Old 09-02-2011, 02:49 PM
Campbell McArthur's Avatar
Campbell McArthur Campbell McArthur is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Posts: 535
Wink

Hi, Cyndi

I am not fluent with coding yet, is what you posted above to be entered into the functions.php file? If not where might I put it?


Thank you

Campbell
  #6  
Old 09-02-2011, 02:51 PM
Campbell McArthur's Avatar
Campbell McArthur Campbell McArthur is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Posts: 535
Wink

Ok, it added the different elements to the my user profile page but it does not achor ref my name in the Author box such as the plugin did!

How do I get that to implement as well through code Cyndi?

Thank you

Campbell
  #7  
Old 09-02-2011, 11:53 PM
RobertDempsey's Avatar
RobertDempsey RobertDempsey is offline
Registered User
GenesisConnect
Pro Plus Member
 
Join Date: Nov 2010
Location: Chiang Mai, Thailand
Posts: 15
Default

Hi Campbell - you can use the code in the plugin and add it to your functions.php to achieve the same effect. We made the plugin to make it easy.

Looks like Cyndi beat me to helping you out. Thanks Cyndi!
  #8  
Old 09-03-2011, 03:11 AM
Campbell McArthur's Avatar
Campbell McArthur Campbell McArthur is offline
Registered User
Pro Plus Member
 
Join Date: Jul 2011
Posts: 535
Wink

Great assist Robert! Thank you for all of your help you and your plugin ROCK!

Thank you as well Cyndi!



Campbell
  #9  
Old 09-03-2011, 07:42 AM
officeto-go's Avatar
officeto-go officeto-go is offline
Registered User
Pro Plus Member
 
Join Date: Mar 2009
Location: Worcester, Massachusetts
Posts: 773
Default

Oh, oh, in my original posting of code forgot the last line:

add_filter( 'user_contactmethods', 'your_add_google_profile', 10, 1);
__________________
Cyndi Papia
Virtual Assistant, IVAA EthicsChecked, CRESS

http://OfficeTo-Go.com

 

Tags
plugin

Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Plugin to show "latest" "comments", "categories" etc as tabs colin General Discussion 2 04-16-2009 01:03 PM


All times are GMT -5. The time now is 11:10 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.