Posted: January 16, 2019 at 12:28 pm
Hi guys, We just moved over to a new theme on our site and we have a bunch of stuff we’d like to do to the single event page, but I’m a little lost in how to get it done right now. Hoping I can get some help here. An example of our single event page can be found at https://teens.artsconnection.org/events/guggenheim-museum-pass-5/ Now, from top to bottom, here’s what we’re looking to do: Remove the author Also, we’d like to get Google Maps working. Any help would be greatly appreciated! Thanks! |
|
I should mention we’re on EE4. Is there anyone out there who can help? |
|
Hi, wrt the Google maps, you’re going to need to get an API key from Google. Here’s Google’s message from the maps error:
|
|
Thanks, Josh. Here’s the pastebin link. |
|
Since that template doesn’t actually output the content of the page, and instead mostly only calls get_template_part(), we’ll also need to see |
|
Here are all the content-post files, Josh! |
|
OK thank you. These two items:
Are output from the content-post-meta.php file. There are a number of ways to change your theme to your specifications. One way would be to add a conditional at the very beginning that checks for the current post type and if it’s an Event Espresso event, then do one thing, and if not and EE event post, just show the Author & category like it does on a regular WP post. This example shows one way:
I do not see anything in the code you’ve provided that would add the image after the date and time. There are two possible reasons why it’s being added there: |
|
Great! Thanks Josh! |
|
The support post ‘Help with Single Event Page’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.