Change /author/ Link Posted in : Read WP emocionParticipant 23 August 2014 at 14:54 #15734 Hi, I’m trying to edit a small detail but its difficult. When I pass the cursor over the link of /author input takes me to a page post author, I would like to change this page for another link, example > https://imageshack.com/i/eyBs5NzRj This page has done it > https://thevagabondgeek.com/overriding-the-author-link-in-the-wordpress-twentyfourteen-theme/ Thank you for support again. Mehmet S.Keymaster 24 August 2014 at 12:35 #15745 Hi, – go to: Appearance > Editor. You will see the theme files on the right. – edit these files: For post page: post-sidebar.php post-nosidebar.php For blog page: format-standard.php – find: <a class="url fn n" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php echo __( 'View all posts by ', 'read' ) . get_the_author(); ?>" rel="author"><?php the_author(); ?></a> – edit: <a class="url fn n" href="http://www.facebook.com/username" rel="author"><?php the_author(); ?></a> emocionParticipant 25 August 2014 at 02:19 #15760 Thanks for your support one more time Mehmet! With your support my page is ready and perfect in few days! Regards! Mehmet S.Keymaster 25 August 2014 at 08:49 #15761 You are welcome. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register