It adds a numeral 1
-
For some reason, this is adding a number 1 after the image and before the /a.
php:
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php echo get_post_image('w=80&h=65'); ?></a>
gives me:
<a title="Lee Corkett Test" rel="bookmark" href="https://juliadean.com/lee-corkett-test-2/"> <img class="gpi-img gpi-img-13571" alt="Lee Corkett Test" src="https://juliadean.com/blog/wp-content/uploads/2013/01/test.1890-gpi-w80h65.jpg"> 1 </a>
Any idea where that number is coming from and how to get rid of it?
Can be seen at: https://juliadean.com/workshop-instructor/lee-corkett/
- The topic ‘It adds a numeral 1’ is closed to new replies.