Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1354297

    Hi all,

    I hope you can help me with this problem.

    I want to display the metadata (category and tags) of each blog post, with the grid layout, so the user can click on the tags of each post and see related posts. The option to sort by category/tag on top doesn’t fit the needs because there are about 100 tags.
    Although in the Enfold Blog layout I have selected the blog meta elements (category and tags), only the date appears (even if not selected here).

    Is there any CSS code I could add to fix this?

    Thank you very much for your help.

    #1354321

    maybe this could help you:
    https://kriesi.at/support/topic/how-to-add-associated-tags-to-each-blog-post-using-the-blog-post-widget/#post-1353460

    the code provided is only – if you choose on that options page to show tags. If you like to have it anyway change the if clause

    // from:
    if('blog-meta-tag' == avia_get_option('blog-meta-tag') && $tags ){
    // to:
    if($tags ){
    #1354383

    Thank you Guenni007,

    I would prefer to add it in the Quick CSS section than mess around with the functions.php file… Would that be an option?

    Many thanks!

    #1354475

    Hi scitation,

    Quick CSS is only allows CSS codes but not PHP codes, so it’s not an option.
    You’ll need to use a child theme to make the modification that Guenni007 is suggesting, if you aren’t using one then you can download and read the instructions here: https://kriesi.at/documentation/enfold/child-theme/


    @Guenni007
    thanks for helping out :)

    Best regards,
    Nikko

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