Viewing 4 replies - 1 through 4 (of 4 total)
  • Thank you for contacting us @kinderprogrammieren!

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .post-meta {
      display: none;
    }

    Hope that helps.

    Regards,
    Kharis

    Thread Starter kinderprogrammieren

    (@kinderprogrammieren)

    Thanks!
    The post meta are not displayed via CSS, but they are still present in the HTML code.

    Can I deactivate this?

    <h5 class=”post-meta”>Johan<time class=”entry-date published” datetime=”2021-10-09T19:44:00+00:00″>Oktober 9, 2021</time>

    Thanks

    Thank you for getting back @kinderprogrammieren!

    You’re right. CSS code only hides the post meta from screen, but not from the code.

    Currently there is no instant setting to remove that code from WordPress dashboard. So you’re required to edit the theme’s file, that is actually not recommended. Because all modified files will be replaced upon theme update in the future. Thus you’ll redo the changes.

    That HTML markup for post meta presents in these theme’s files:

    
    inc/template-tags.php
    widget/widget-featured-posts-a.php
    widget/widget-featured-posts-home.php
    widget/widget-most-popular-home.php
    widget/widget-most-popular.php
    widget/widget-multiple-cats-posts.php
    widget/widget-posts-carousel.php
    widget/widget-single-category-posts-a.php
    widget/widget-video-posts.php
    

    Regards,
    Kharis

    Thread Starter kinderprogrammieren

    (@kinderprogrammieren)

    Hello Kharis- Thank You!!!

    I wait for the update…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Post Meta – Author, Date,…’ is closed to new replies.