![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#3
|
|||
|
|||
|
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;
}}
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us