• Resolved Shadow42

    (@shadow42)


    Hello! i’ve been using the hueman theme for a couple weeks now and am loving it. The support here has always been great and im hoping to get help one more time. Here is the problem.

    When ever I make a new post in wordpress, if I hit the link button. And add the url and title and then add some text. The title and link doesn’t show up at all. the text does, but that is it.

    The code wordpress puts in is this

    <a href="http://rapgenius.com/2664433" title="Yelawolf" target="_blank"></a>

    After that line I have typed

    test

    When I save and view the page the only thing that shows up is the “test” part. I dont get a link or anything.

    Any help would be greatly appreciated. Thanks for your time.

    Small EDIT: I tried removing the “Targer=”_blank”” but that did not seem to work either

Viewing 2 replies - 1 through 2 (of 2 total)
  • The format for a link is like so. The word you want to be the link goes between the target=”_blank”> and the closing tag

    <a href="http://rapgenius.com/2664433" title="Yelawolf" target="_blank">TEST</a>

    Thread Starter Shadow42

    (@shadow42)

    Thank you very much! I appreciate the help. Glad it was such a simple fix. I figured I was just doing something wrong.

    Marked as resolved. Thanks again batharoy!

    Quick question though, what exactly is the “title” part of the code for then?

    EDIT: I think I may have figured out why. When I hover over the link I get a title

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Simple problem (I think)’ is closed to new replies.