Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #381061

    1) We’re using the Google Calendar plugin and displaying the events in the list form. We notice WP is posting the post date on this page. How do we remove the post ate just for this page?

    2) Not sure if you’re familiar with this plugin usage but is there a way to use the GRID view and have the event title show up on the calendar?
    Right now in grid view the visitors have no idea there’s an event taking place on that day without hovering over the dates.

    See Private Area for site page and details.

    #381357

    Hey voice903fm!

    1.) Use this code:

    .single-gce_feed .post-meta-infos {
    display: none;
    }
    

    2.) Which GRID view do you mean? Unfortunately we can’t give support for any 3rd party plugin. You can contact the author’s plugin for support.

    Best regards,
    Andy

    #382637

    Great! It’s Done. You may close this topic.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Need to remove post date for page with Google Calendar’ is closed to new replies.