• Resolved Helpkidswithmath

    (@helpkidswithmath)


    I am NOT running a child theme.
    Can you tell me how to remove the date author and tags from my pages and posts. The only place I need it is when writing a blog post.

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author ThemeAWESOME

    (@tsquez)

    Hey there,

    There are no date, author and tags on pages and They only appear on blog posts. So I am not quit sure how to answer you.

    Thread Starter Helpkidswithmath

    (@helpkidswithmath)

    I’m using a plugin so it could be that the plugin is causing the details to show up.
    I’ll contact the plugin author and see if it’s a problem at their end.
    Please don’t clise this case just yet.
    Thanks.

    Theme Author ThemeAWESOME

    (@tsquez)

    Fair enough. Do you have a link I could possibly look at with the issue you are talking about?

    Thread Starter Helpkidswithmath

    (@helpkidswithmath)

    Hi. I was wondering how to change the style sheet so that I can remove the date, author and tag from a blog page.

    Thanks

    Theme Author ThemeAWESOME

    (@tsquez)

    look for the following:

    .entry-meta-header,
    .entry-meta-categories

    and add display:none; keep in mind this will also hide the categories, so you may want to write another line that looks like this:

    .entry-meta-header {
         display:none;
    }
    Thread Starter Helpkidswithmath

    (@helpkidswithmath)

    Thanks for the reply. I’ll give that a try.

    Thomas,
    Using a child instance (wp-starter) where I copied the primary style.css to “full_style.css”, then extracted Section 5 and put that in the wp-starter style.css.

    Your suggestions in #6 above work PERFECTLY….I just put the *display: none;” sections below and left the original intact.

    May I also suggest that the “Advanced Code Editor” plugin is VERY useful for editing themes. It has search and line numbers, which the default WP editor does not provide “intuitively”.

    THANKS for a marvelous theme.
    Dave
    San Antonio, TX

    Theme Author ThemeAWESOME

    (@tsquez)

    Hey there Dave,

    You are very welcome. I am glad you got that worked out the way you wanted and I will have to take a look into that plugin.

    Enjoy! 😉

    immi_bar

    (@immi_bar)

    Hi please can someone help me out?
    I have the Eighteis theme and I would like to remove the date from blog posts.
    I know this has already been talked about but whatever instruction i’ve read about doesn’t seem to match up to my screen.
    I think I am a premium member because I bought my domain through one.com and its links up with wordpress somehow.
    Any tips please?
    Thank you.

    Theme Author ThemeAWESOME

    (@tsquez)

    Hey there,

    Unfortunately this is the support forum for WP-Forge and deals with WP-Forge only.

    You will need to post your question in the Eighties theme support forum located here https://ww.wp.xz.cn/support/theme/eighties

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Remove Date, Author and Tags’ is closed to new replies.