How do I create a link for my blog on my website…I need code from the blog sit
-
I am wanting to creat a link from my website to my blog where do I find the code in my blog site to copy to my website link so that when clicked on it automatically opens?
Thanks
Blog url: http://allredrealty.wordpress.com/ -
Howdy,
If you want to link to your blog, you could try using the following HTML:
<a href="http://allredrealty.wordpress.com/">My Blog</a> -
Is there a way that it opens in a new window when pasting the above code in it opens over my site? Thank you for your help
-
Thank you! now last question…is there a way that when a person clicks on the button on my website that says “Dan’s Blogg” that it automatically opens another screen to my blogg rather than a link to click on?
Thank you again very helpful information!
Dan -
You could use something like this:
<a href="http://allredrealty.wordpress.com/" target="_blank"><img src="http://mysite.com/button.gif" /></a>Where http://mysite.com/button.gif is the location of the image file of your button.
-
Sorry this did not work. Is there a way that maybe somebody could call me and help me walk through it?
[phone number removed from public forum] -
I’m sorry, but we don’t offer phone support.
We really can’t provide support for things outside of WordPress.com.
The code that Chris provided will work in both cases, but if you can tell me where you’re adding this code, I may have an idea for why it isn’t working.
- The topic ‘How do I create a link for my blog on my website…I need code from the blog sit’ is closed to new replies.