Your account expired support, please renew to get your support.

HomePage Forums Themes Support Activland – Outdoor Activities WordPress Theme Accommodations main image not clickable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35582
    skyfallblue
    Support Expired

    Hi there
    I have 6 accommodations that show nicely, but you can only access the page details by clicking on the name of the accommodation, is there a way to click the main image also?

    Accommodations

    You can see what I mean

    Thanks

    #35603

    Please copy this file themes/activland/template-parts/accommodation/content.php and paste to child-theme themes/activland-child/template-parts/accommodation/content.php

    then, edit code:

     <?php if (has_post_thumbnail()) : ?>
                <div class="accommodation-post-thumbnail">
                    <?php the_post_thumbnail('activland-accommodation-grid'); ?>
                </div>
            <?php endif; ?>

    Edit into:

     <?php if (has_post_thumbnail()) : ?>
                <div class="accommodation-post-thumbnail">
    <a href="<?php the_permalink(); ?>">
                    <?php the_post_thumbnail('activland-accommodation-grid'); ?>
    </a>
                </div>
            <?php endif; ?>
    #35611
    skyfallblue
    Support Expired

    Thanks so much for the amazing support – will try now. Much appreciated.

    #35617

    You are welcome!

    Let me know if you need to help and hope you will vote 5* for our theme.

    Thanks./

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.