Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using get_permalink()

    in your echo statement you have to use the concatination operator in php which I believe is either a period or a plus sign. pretty sure it’s a period though so just go

    echo "<img src='$image_check' width='100' height='68' class='left' />" . the_permalink();

    Thread Starter nickaster

    (@nickaster)

    yes! get_permalink did it. THANKS GUYS!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Question’ is closed to new replies.