• I had someone put my blog together, so have no clue on how to make improvements.

    When someone lands on an individual post, how can I insert a link back to the main page of the blog.

    My blog is at performbettergolf.com/blog

    Also, I may be interested in hiring a designer to do some tweaking, do you know of anyone who specializes in wordpress?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Usually, the header image is the link to the blog. However, on your site, the link is in the footer.

    Thread Starter trentp

    (@trentp)

    How do I fix it?

    Post some contact info if you are looking for paid help, and check out https://lists.automattic.com/mailman/listinfo/wp-pro

    For the link back, the way the site is designed, currently there’s a table at the top of your page for the links. You could edit the table, and add a link, but unless you are looking to learn some HTML, if might not be easy.

    I’d personally add the link in the sidebar. In the file, sidebar.php, you could add this line of code <a href="<?php bloginfo('siteurl'); ?>">Home</a>

    At the top, and that would give you a link back to the home page of the blog.

    Please do not double post. I’m deleting the other thread about the designer.

    Also, when you do find someone, I suggest upgrading, as 1.5.1 has some bugs and security issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Button’ is closed to new replies.