Forums

Change Header title to link to Post Page (2 posts)

  1. koukla
    Member
    Posted 1 year ago #

    I want to create a static webpage as the frontpage of my wordpress site using a custom page template because I want it to look entirely different from the rest of my blog. I already looked into how to do this and it doesn't seem to be a problem. However, I am looking for a way to have my header title of my blog link to my blog post page because I don't want to go back to the main page. Is there a way to do this?

  2. EMG
    Member
    Posted 1 year ago #

    Hi there!

    If you can find the header title coding in the header.php template file, you can turn it into a link by enclosing it in the typical link code tags like so:

    <a href="http://linktoyourblog.com">Title of Your Blog</a>

    This would go inside the header tags for the blog title.

Topic Closed

This topic has been closed to new replies.

About this Topic