Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Hide Blog info

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1962
    zerodbproduction
    Participant

    Hi,
    for the first time i nave to publish a Post and i’d like to know if it’s possible to hide blog infos such as author name, date, comments.

    Regards
    Antonio

    #1963
    mmsatori
    Keymaster

    Hey Antonio,

    in Ikebana, it is possible to hide meta information for portfolio items in the Theme Options panel (“Portfolio Page” tab, uncheck the “Display meta information on portfolio item pages” setting). In case you wish to hide the blog post meta as well, you’ll need to add this CSS in the “Style: Add Custom CSS” tab of the Theme Options panel:

    .blog .post-meta, .single-post .post-meta { display: none; }

    Sincerely,
    Andrew / Satori Studio

    #1964
    zerodbproduction
    Participant

    Thanks!
    Fixed

    Regards
    Antonio

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