is it possible to have the author next to the category in the posts slider?
Under the title on default there is the category – is it possible to have besides the author.
Hey Guenter,
You may need to modify the config-templatebuilder > aviashortcodes > postslider > postslider.php file directly in order to add the author beside the category. The category markup is located around line 614:
$meta_out .= '<span class="blog-categories minor-meta">';
$meta_out .= $cats;
$meta_out .= '</span>';
You can copy the author markup from the includes > loop-index.php file.
Best regards,
Ismael