Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ChrisOGwynne

    (@chrisogwynne)

    Description only seems to come up if an event is added to that venue.

    Plugin Author Stephen Harris

    (@stephenharris)

    Bug with the default templates, replace it with

    $venue_description = eo_get_venue_description( $venue_id )

    $venue_id is declared a few lines previous. I’ll fix this in the next update.

    Thread Starter ChrisOGwynne

    (@chrisogwynne)

    Okay so I have

    <?php
    $venue_description = eo_get_venue_description( $venue_id );
    ?>

    inside that template now. Doesn’t work still, does it need to be inside the loop or can it run alone and separate?

    Still only seems to work if an event is attached to that venue first

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Venue Description Won't Work’ is closed to new replies.