PDA

View Full Version : Need some help with my business blog setup please!


Crunch Breaker
28th March 2009, 11:21
Hi

I have recently launched a business blog as part of my website, which I set up on WordPress.

I want to have link that is clear to see to take users straight to my website homepage. How do I do this? Can I incorporate into the header or somewhere else prominent.

I would ideally click to have my logo as a click through but this may be a bit complex for me!

Thoughts please!

www.leaptomorrow.com/blog (http://www.leaptomorrow.com/blog)
www.leaptomorrow.com (http://www.leaptomorrow.com/)

Chris

scudulike
28th March 2009, 12:44
Hi,

Yep - best place would be in the header file of your blog. IN WP Admin go to "Appearance - Editor" and add your menu code to the header.php file from your main site. Maybe add a link to your blog to it first....

<a class="currentpage" href="index.php">Home</a> | <a href="services.php">What we do</a> | <a href="support.php">How we do it</a> | <a href="about.php">Who we are</a> | <a href="difference.php">What makes us different</a> | <a href="achievements.php">What we've done</a> | <a href="contact.php">Get in touch</a> | <a href="mailto:discover@leaptomorrow.com (discover@leaptomorrow.com)" target="_blank">&nbsp;&nbsp;&nbsp;discover@leaptomorrow.com</a>