• hi

    Trying to update / get working the Del.icio.us Tag-Cloud (https://jowra.com/) with wordpress 2.5 and I can’t figure out why this works in the loop from inside a post page (not I’m using Exec-PHP to call the Del.icio.us Tag-Cloud):

    echo "<a href=\"https://del.icio.us/$dusername/$thetag\" title=\"tag: $thetag\" class=\"tag$class\">$thetag</a> ";

    but this:

    echo "<a href=\"https://del.icio.us/$dusername/$thetag\" title=\"tag: $thetag\" class=\"tag$class\" target=\"_blank\">$thetag</a> ";

    does’nt??

    Whats with the loop in the new version? is it trying to be overly clever in some way that I can’t see?

    a+
    gar

  • The topic ‘executing php in the loop / strange echo result’ is closed to new replies.