Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #984085

    Hello

    I wish to display tags under the title when using the blog post module. Now it’s only possible to display title + excerpt.

    Is this possible?

    #984154

    Hey grafixstudio,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #984213

    https://ipimblog.azurewebsites.net

    • This reply was modified 6 years, 4 months ago by grafixstudio.
    #984589

    Hi grafixstudio,

    Here is the code you can put in your funtions.php

    
    add_filter('avf_postslider_show_catergories', 'av_show_cats', 2);
    
     function av_show_cats($current_style,  $blogstyle) {
     	return 'show_business';
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #984612

    Thank you, but that’s for categories… I wish to show tags and now, also date.

    Is this possible?

    #984862

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #986357
    This reply has been marked as private.
    #986465

    Hi grafixstudio,

    You can click on the “hire a freelancer” link Basilis gave, that should lead you to the form.

    Best regards,
    Nikko

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