• Resolved sivota

    (@sivota)


    Hi,

    I have installed Smallblog by Monkey Themes on my website and it is a ver nice package.

    However, I want to hid the entry meta data (author, date, category, comments) from all posts and pages.

    How can this be done?

    Changing the screen settings does not work.

    Going to Appearance|Editor brings up the CSS stylesheet but it only contains comments and there is nowhere to enter the usual:
    .entry-meta { display: none; }
    …that would sort this out.

    The other template files do not seem to contains style rules either.

    Does anyone know of a solution for this theme?

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author monkey-themes

    (@monkey-themes)

    Hi,
    If I understand correctly you want to remove the bar information of Posts (.info-bar).
    Go to Appearance > Editor, find content-infobar.php from the Template parts.
    Commenting the file code /* … */ —-> (from line 7 to line 32)

    /* if ( 'post' == get_post_type() ) : ?>...<?php endif; */ ?>

    I hope I have been helpful

    Thread Starter sivota

    (@sivota)

    Yes, that has worked!
    Thanks very much! Very helpful.

    ??

    Hi,

    Why in my CSS ( Appearance > Editor) is just this kind of text:

    /*
    Welcome to the Custom CSS design!
    How this works, check out: https://wp.me/PEmnE-Bt
    */

    Could you help me to remove author, date and time from my articles?

    Br,

    Velkka

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How not to display date, author category etc’ is closed to new replies.