Creating a widget I can put on my (non-wordpress) website that links to my blog
-
I have an external website and would like to put a link to my wordpress blog in the sidebar. Is there a way to create an html code that does this?
The blog I need help with is: (visible only to logged in users)
-
This is the general link model:
<a href="URL HERE">Highlighted anchor text here</a>
This is the visual result but as it’s just an example it’s not actually linked to a page:
Highlighted anchor text hereEnter the anchor text you want to link to first.
Then use your mouse to highlight that anchor text.
Next click the chain icon in the Visual editor and proceed to create the link.example:
<a href="http://feedyourheadblog.com/"> feedyourheadblog.com</a>result:
feedyourheadblog.com
- The topic ‘Creating a widget I can put on my (non-wordpress) website that links to my blog’ is closed to new replies.