Change /author/ Link

  • Posted in : Read WP
  • emocion
    Participant

    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

    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>
    
    emocion
    Participant

    Thanks for your support one more time Mehmet! With your support my page is ready and perfect in few days!

    Regards!

    Mehmet S.
    Keymaster

    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
Login and Registration Log in · Register