Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1086151

    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.

    #1086977

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.