Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24823

    Hi There,

    This is my first time on here so please excuse my ignorance. I have implemented the Grid blog layout on the home page however i need the blog title and comments to appear above the featured image with the excerpt and read more link below the image. Would anyone be able to advise me on how i can do this?

    Thanks in advance.

    #124892

    Hi Guys,

    Any help on this would be really appreciated.

    Thanks,

    #124893

    Sorry for the late reply – I missed this post. Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and delete:

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";

    Then replace:

    $output .= !empty($excerpt) ? "<div class='slide-entry-excerpt'>".$excerpt."</div>" : "";

    with

    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    $output .= !empty($excerpt) ? "<div class='slide-entry-excerpt'>".$excerpt."</div>" : "";
    #124894

    Worked Great, thanks for all your help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home Page Blog – Move Title & Comments Above Image’ is closed to new replies.