Tagged: title
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
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
work perfectly, thank you Josue!
best regards,
Nic