Hi everyone. I have a website setup and want to add a blog to the site. On my navigation bar i want to have a link to the main (say we call it index.php) page of my blog. I have installed wordpress v3 successful in a folder named blog in the root dir of my site (www.example.com/blog/). I added blog to nav bar but are stuck how to make it a link (link to my blog). Any helpl/tutorial would be appreciated.

Recommended Answers

All 4 Replies

Just make a link to your blog folder.

<a href="/blog/">Read my blog</a>

hey magicmedia your suggestion worked fine. my next question is how do i display post/comments of my blog on the index page of my website. thanks.

hey magicmedia your suggestion worked fine. my next question is how do i display post/comments of my blog on the index page of my website. thanks.

Or you could, you know, read the documentation and find out yourself?

http://codex.wordpress.org/

You'll thank me later.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.