Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author John Gardner

    (@jgardner03)

    If you are on the individual portfolio page, that date posting is being controlled by your theme. There are probably multiple ways to hide it, the easiest is probably to use CSS… if you’re not sure how and can post a link to an example I should be able to figure it out fairly quickly.

    Thread Starter dstudios

    (@dstudios)

    Thanks for the quick response! That would be super helpful. I just noticed that the format is also the same format on our News/Press page. I’m assuming if I edit the CSS in my theme, it will probably affect the display of the date on both pages. Is it possible to hide it just on my portfolio?

    Plugin Author John Gardner

    (@jgardner03)

    Is it possible to hide it just on my portfolio?

    Assuming the theme was written properly, yes.

    Thread Starter dstudios

    (@dstudios)

    sure, here’s a link. i really appreciate the help!

    Thread Starter dstudios

    (@dstudios)

    I added .entry-meta { display: none;} to the arconix-portfolio.css file, and it changed it for both my portfolio and news page. If this has to be the case, that’s fine, but if I can just hide it on the portfolio, that would be better.

    Plugin Author John Gardner

    (@jgardner03)

    Change the CSS to

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

    That will only apply it on portfolio pages

    Thread Starter dstudios

    (@dstudios)

    Holy moly, you are fantastic. Thanks so much!!

    Plugin Author John Gardner

    (@jgardner03)

    You’re welcome! If an opportunity presents itself, I’d really appreciate it if you could leave a review.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Hiding Portfolio Item "Posted on" Date’ is closed to new replies.