Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #450742

    hi,
    i would have category before title in content slider. At the moment, as you can see by clicking this link http://woodoing.it/ywyw/ the title is on top and the category is before that.

    best regards,

    Nic

    #450922

    Hey Nic!

    You’d need to edit /config-templatebuilder/avia-shortcodes/postslider.php, basically move these three lines:

    $output .= '<header class="entry-content-header">';
    $output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
    $output .= '</header>';

    Below:

    if($show_meta && !empty($excerpt))
    {
    ....
    }

    Regards,
    Josue

    #451845

    work perfectly, thank you Josue!

    best regards,

    Nic

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘move category before title in content slider’ is closed to new replies.