• How can i make linkable the images in home page?
    Now is linkable only the title, but i need to go to the post also click the image. Is it possible?

Viewing 1 replies (of 1 total)
  • Don’t quite understand the question: in Hueman post images are “linkable” by default and it opens the post content?
    Even if you haven’t set “featured image” for the post – you get “gray box” also linked to post content.
    By default – “.post-inner post-hover” and “.post-thumbnail” CSS classes, with children “.a” (a-hover, a img).
    PhP – take a look at content-featured.php
    <a href="<?php the_permalink(); ?>
    There you can see how post images are linked to post URL
    If you mean changing this link to something else, you’ll need some PhP modifications.
    PLS clarify.
    Mike

Viewing 1 replies (of 1 total)

The topic ‘Images linkable?’ is closed to new replies.