• Resolved Thelaakgroup

    (@thelaakgroup)


    Hi really enjoying the theme however I have one questions..How do I make the featured images clickable in the blogs section? Check out my Blogs Page to see what I mean. It lists all of the blogs in this section and I want to make it where clicking on the picture will also take them to the article/blog.

Viewing 1 replies (of 1 total)
  • Make sure you’ve first created a child theme and are editing only files in the child theme folder.

    Copy front-page.php from the lawyeria folder into your child theme folder. Edit the file and look for the div class features-box; there will be 3 of them, 1 for each image. Next, look for echo '<h4>' Add your <a href="#"> within the single quotes inside of the H4.

    Within the same if statement, the last line, you will see echo '</h4>'. Modify that line to echo '</a></h4>'

Viewing 1 replies (of 1 total)

The topic ‘Making Featured Images clickable’ is closed to new replies.