HTML widget with links
-
Hello all.
Im trying to make a custom html widget for my sidebar and my ideia is to list several links, problem is, it doenst seem to acept the “regular” code, it just appear has text and not a clicable link… is that supose to happen?
the code im using is, for example :“Links”
The blog I need help with is: (visible only to logged in users)
-
-
The code you tried to pase in your first post is this:
<a href="http://support.wordpress.com/links/email-links/">Links</a>
That’s the correct form for a link. If you want it to open in a new window, it must be:
<a href="URL_HERE" target="_blank">TEXT_HERE</a>
If you want several links in a text widget, you must enclose them in the code for unordered lists – see here: -
- The topic ‘HTML widget with links’ is closed to new replies.