gosprout

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Display Additional Field in Event List Widget #264805
    gosprout
    Participant

    Hi Casey,
    Updated the folder structure, but still no luck on getting it to show up on the widget.
    On a second note, I just realized there’s already a field for Event Website by default on the Edit Event page…can I just get that to show up on the list-widget.php? Really, that’s all I’m trying to do – my client simply wants title, date (no time), and the link to the external event website…

    Thanks,
    Jen

    in reply to: Display Additional Field in Event List Widget #262285
    gosprout
    Participant

    Hi Casey,
    Thanks for the start… However, it didn’t work… I followed the themer’s guide, copied list-widget.php over to a tribe-events folder in my theme folder and added the following code at the end of the get-zip, get-organizer, get-phone, etc.:

    [code][/code]<?php if ( $link && tribe_get_custom_field( ‘Link’ ) != ” ) { ?>
    <span class=”Link”><?php echo tribe_get_custom_field( ‘Link’ ); ?></span>
    <?php } ?>[code][/code]

    But when I refresh my Widgets page, this Link option does not show up in the list of checkboxes.

    Thanks,
    Jen

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