• Resolved kmcmahon56

    (@kmcmahon56)


    How do I remove the date from the review? I do not see any options as admin to override what the customer enters.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aaron Queen

    (@bompus)

    You can change the “Published On” date of the review, just like any other WP post. Edit the review from WP admin, then click the link usually on the right-top to edit the date.

    If you don’t want a date shown on the website itself, you’ll need to hide it with CSS or alter the template to remove it. Removing it will probably make it invalid to Google’s crawler, so I’d opt to hide it if possible with CSS using display:none.

    Thread Starter kmcmahon56

    (@kmcmahon56)

    I have tried this and it is not working: div.wpcr3_review_datePublished {display:none;}

    The site is https://bdchiro.net/

    I put it in Appearance>Editor> style.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove date?’ is closed to new replies.