• Resolved tgreco2017

    (@tgreco2017)


    I would love to remove the Author byline on the page that hosts for my blog. I’ve tried a wide variety of CSS and PHP manipulation and haven’t had any success. Basically everything I can find on the forums or on google, I’ve tried, but haven’t seen any changes.

    When I inspect he html code and delete the selected content, it does exactly what I’m looking for, but obviously is only temporary.

    Don’t have really any code background, so I’m putting a lot of faith in every solution I find hoping that it won’t break everything.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .post_info.infoPost {
        display: none;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    If you only want to remove parts of that, then I suggest you make a child theme and edit the code that outputs those parts. (Use the plugin “show current template” to help with this.)

    Thread Starter tgreco2017

    (@tgreco2017)

    Thank you @sterndata

    This has been an ongoing battle for the last 3 days. And thank you for the advice as well. I’ll start to dabble a bit in some of that.

    Code is black magic to me, so thank you for your wizardry.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Post Meta from Blog Page’ is closed to new replies.