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.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 03-25-2012, 09:37 PM
icoolonline icoolonline is offline
Registered User
Genesis Member
 
Join Date: Apr 2011
Posts: 70
Arrow

This code should help you change default author url

Code:
/** Customize the post info function */
add_filter( 'genesis_post_info', 'post_info_filter' );
function post_info_filter($post_info) {
if (!is_page()) {
$post_info = 'Posted on [post_date] Written by <a href="http://www.basicwp.com">Editor</a> [post_comments] [post_edit]';
return $post_info;
}}
More details - http://www.basicwp.com/edit-author-u...sis-post-info/
 

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
Get the Author Posts Url Link of Author Archive Page coolsaint General Discussion 1 11-02-2010 01:00 PM
Change author username to author name ccraine General Discussion 2 11-08-2009 08:57 PM


All times are GMT -5. The time now is 10:36 AM.

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