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

Erase author and date on posts

New Front EN Support Forums Kabuki Theme Support Erase author and date on posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6874
    Fran
    Member

    Hello,
    I would like to erase these values on my posts:
    Date, Author, Comment icon (I won’t have comments on my posts)
    I would also like to erase the whole “Comments closed” line, for the same reason.
    How could I do that?
    Thank you very much!
    Fran

    #6877
    mmsatori
    Keymaster

    Hey Fran,

    first of all, thank you for using Kabuki!

    Removing the post meta information on blog has not been envisaged as a back-end setting, yet you can achieve that via CSS, by adding this code into the theme’s “style.css” file:

    .post-meta { display: none; }
    

    I highly recommend doing this (and other customizations) via a child theme.

    Sincerely,
    Andrii / Satori Studio

    #6880
    Fran
    Member

    Thank you!
    Can I add this line anywhere in the code?
    Maybe after another line starting with .(dot)something?
    Thanks!

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