Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #569575

    Hi,

    It may sound like a stupid question, but something is hiding the author name on our blog section, can’t figure out where are the settings to display or hide this value…
    http://www.jtvdigital.com/blog/

    Thanks

    #569706

    Hey JTV Digital!

    It’s because your using the grid layout. There isn’t enough space there. Are you wanting to add it? It’s most likely going to break onto the next line but if you want to do it then you can find the spot around line 440 in the /enfold/config-template-builder/avia-shortcodes/postslider.php file.

    $meta .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";
    

    You could try displaying the author with this.

    the_author_posts_link();
    

    Cheers!
    Elliott

    #570370

    Hi,

    Actually I’d like to display it not from the grid view but from the single blog post view.

    Example http://www.jtvdigital.com/blog/top-10-social-networks-in-2015/
    Next to the date, the author should be displayed, right?

    Thanks

    #570615

    Forget it, found it, sorry! Thanks

    #570923

    Hey!

    We are glad you got that short out!
    Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!

    Please do not hesitate to contact us, if you do need anything else.

    Regards,
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Display / hide author’ is closed to new replies.