Forum Replies Created
-
AuthorPosts
-
Isaac
ParticipantYes that fixed it!
Isaac
Participantsux. mine were deleted as well. saw that happened to someone with release 1.03 too. can you guys remember this for next update?
Also my templates are not working. I’ved added 2 templates under my custom theme like the following:
themes/my_theme/events/ecp-page-template.php
themes/my_theme/events/ecp-single-template.php
and sytem is showing default pages instead of mine. use to work.
Isaac
Participantyes happy so far. when you said eventDate made a light bulb go off so figured it out 🙂 thanks Barry.
Isaac
Participantsweet that worked. below is my code if anyone else needs it. I used this for permalink in search loop.
$permalink = (tribe_is_recurring_event()) ? get_permalink() . tribe_get_start_date( $post->ID, false, ‘Y-m-d’ ) : get_permalink();
Isaac
Participantknow when i say search i am meaning wordpress search function
Isaac
Participantokay yes when i search for a specific event that is recurring. i get the url above. e.g. search for: Ignite. pulls up ignite-3/1970-01-01. so are you telling me all i need to do is append the evenDate to the url and it will work? let me try and will post results.
-
AuthorPosts
