Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33379
    Anne D.
    Guest

    Hi,

    I’m using the Resolve them for a portfolio so my site will be single author.

    I’d like to customize the metadata on the blog posts to remove “Posted on” and the calendar icon, and remove the author name and link.

    How would you advise is the easiest way to do this? I’ve looked in the builder and it doesn’t appear to be customizable there. Would I have to break into the template part and modify this – boldgrid_posted_on() – in some way?

    Thank you in advance for your patience. My PHP is a lot rusty.

    #33422
    Jesse Owens
    Keymaster

    Hi Anne-

    Thanks for reaching out! The easiest way to accomplish this is to simply hide the metadata using CSS.

    Navigate to Customize > Advanced > Custom JS & CSS and paste this line into your Custom Theme CSS:

    .entry-meta { display: none; }
    

    That will hide it from your visitors, but it will still show up in the source code and be visible to search engines (this is usually good for SEO).

    If you’re interested in modifying that PHP code, you’d need to set up a Child Theme for Resolve, and then override the pluggable function boldgrid_posted_on in the Child Theme’s functions.php file.

    If you’re interested in using a theme that gives you control over your Post Metadata without using any code, I recommend checking out our Crio WordPress Theme for Business, which includes controls to remove the Author Byline, Date, or customize the metadata to your preference.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Resolve theme: Customizing metadata on blog posts?’ is closed to new replies.