Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes I would love to see this feature as well

    This is happening because the description in list view is pulling the excerpt text. If you replace that function with the function for the content of the post, the links and images will be there.

    Go to the the-events-calendar/views/ directory.

    Then edit file list.php

    replace
    <?php the_excerpt() ?>

    with
    <?php the_content(); ?>

    This should show the full content of the post, including links and images.

    Thread Starter RandyK

    (@randytsa)

    Thanks, isocreative … You’re a rockstar! That worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: The Events Calendar] Links and Photos in Event View’ is closed to new replies.