Isaac

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Update to 2.0.9 Completely Wiped Out Custom Fields #25949
    Isaac
    Participant

    Yes that fixed it!

    in reply to: Update to 2.0.9 Completely Wiped Out Custom Fields #25947
    Isaac
    Participant

    sux. 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.

    in reply to: search results permalinks are off #24433
    Isaac
    Participant

    yes happy so far. when you said eventDate made a light bulb go off so figured it out 🙂 thanks Barry.

    in reply to: search results permalinks are off #24429
    Isaac
    Participant

    sweet 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();

    in reply to: search results permalinks are off #24421
    Isaac
    Participant

    know when i say search i am meaning wordpress search function

    in reply to: search results permalinks are off #24420
    Isaac
    Participant

    okay 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.

Viewing 6 posts - 1 through 6 (of 6 total)