• Hey guys,

    when i publish a post, the author’s name on the post links to list of articles written by the author. I would like to change it so that the author’s name points to the About page.

    How do I do that?

    Thanks guys.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Something like this in index.php in The Loop:
    <a href="https://localhost/wordpress/?page_id=2" title="About"><?php the_author() ;?></a>

    Where localhost/wordpress/?page_id=2 is the URL to your About page

    Thread Starter telugucinematoday

    (@telugucinematoday)

    I tried your suggestion and inserted that code into ‘The Loop’ of my index.php. But now there are two author names, one leading to the archive and the other to the about page

    Anyone know how to point the author name to the about page?

    Thread Starter telugucinematoday

    (@telugucinematoday)

    anyone?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author’s name in Post’ is closed to new replies.