Viewing 1 replies (of 1 total)
  • Very easy. Just replace this line:

    echo "<a href='$portfolioURL'>" . __('Click here', 'framework') . "</a>";

    With (this is an example only, you will need to add your own images details):

    echo "<a href='$portfolioURL'><img src='clickhere.jpg' width='60' height='30' alt='Click Here' /></a>";

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Image Link in template’ is closed to new replies.