• Resolved MemeRunner

    (@memerunner)


    I’d like to remove the date and author name from the pages in my portfolio, but not from the blog on the same WordPress site.

    I’ve searched and haven’t found any info on that here. Is that possible, and if so, any guidance will be greatly appreciated.

    thanks
    doug

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey!

    I am just building something with this plug-in, and I resolved this same issue with simple CSS. Check if it works for you!

    .single-portfolio .entry-meta {
    display: none;
    }

    Thread Starter MemeRunner

    (@memerunner)

    Thank you, poro. I’d love to try that out.

    Can you tell me where to place that code? In the body section I presume, but am not certain.

    Also, I’m using the Genesis framework, if that makes a difference.

    Thank you!
    doug

    Oh, sorry for that! ??

    You can place the code in to your theme’s style.css file.

    …wp-content/themes/studio-pro/style.css

    Just find a nice spot somewhere there. I hope that works!

    Thread Starter MemeRunner

    (@memerunner)

    Thanks. That works great. Really appreciate it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove date and author name from portfolio pages’ is closed to new replies.