mozakdesign

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Embedding Calendar on a page #104000
    mozakdesign
    Participant

    Sure thing.

    1) I installed a plugin called Custom Sidebars and make the sidebar “EventsListHome”
    2) I place the “Event List” widget in the new sidebar
    3) I added to my homepage php code the following:
    <?php dynamic_sidebar( ‘EventsListHome’ ); ?>
    4) in the pro list-widget.php I added <?php the_excerpt(); ?>


    <?php if ( $phone && tribe_get_phone() != ” ) { ?>
    <span class=”tel”><?php echo tribe_get_phone(); ?></span>
    <?php } ?>
    <div class=”excerpt”>
    <?php the_excerpt(); ?>
    </div>

    </div>

    in reply to: Embedding Calendar on a page #96367
    mozakdesign
    Participant

    would this do it?

    <?php echo tribe_events_get_the_excerpt() ?>

    if I add that to the list-widget.php ….

    in reply to: Embedding Calendar on a page #96364
    mozakdesign
    Participant

    I’m almost there … what is the php code to access the excerpt? I’ve got everything else

    in reply to: Embedding Calendar on a page #96292
    mozakdesign
    Participant

    How about this:
    What php code would I need to copy to
    1) execute the Events List widget as a php call and
    2) alter it to also display the excerpt?

    in reply to: Embedding Calendar on a page #95879
    mozakdesign
    Participant

    But I need the list view as shown on the page. can you point me to the php file that causes the execution of the code creating the calendar page

    http://dsno.org/events/upcoming/

    Thanks

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