try this `
<a href="your link url">
<img src="your image url" border="0" width="" height="" />
</a>
-
This reply was modified 3 years, 6 months ago by hallgeorge.
-
This reply was modified 3 years, 6 months ago by hallgeorge.
are you using php echo ?
<?php echo get_the_title( get_the_ID() );?>
-
This reply was modified 4 years, 2 months ago by hallgeorge.
try this
get_the_title( get_the_ID() );