Hey All,
Please view: http://www.kittenproductions.com/new/fashion/fashion-image-2/
Here you will see an image and menu. What I would like to achieve is to make this image clickable and link to the previous post within the category (which in this case is fashion).
My code is simply:
<div class="entry-content">
<?php the_content(); ?>
</div>
And the image is loaded Visual box in Edit Post. I have tried a few things but none seem to work properly.
Please let me know if you have any suggestions.