Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    You need to customize the code go to views/layouts/isotope1.php

    Add this code before 3 div close then excerpt will show.

    if(in_array(‘excerpt’, $items)){
    $html .= “<div class=’post-content’>{$excerpt}</div>”;
    }

    Right now featured image show as container width as 100% of container.

    Thanks

    Thread Starter eve2016

    (@eve2016)

    100% perfect, thanks !!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘excerpt in isotope layout’ is closed to new replies.