• Resolved dino89

    (@dino89)


    Hi,

    I want to remove links from event title in upcoming event list on home page. I just can’t find file/view that I need to edit.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    Please check how to edit event list widget
    https://theeventscalendar.com/knowledgebase/configuring-the-list-widget/

    then edit list-widget.php, line 44-46 may be

    
    <h4 class="entry-title summary">
    	<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" rel="bookmark"><?php the_title(); ?></a>
    </h4>

    to

    
    <h4 class="event_title">
    	<?php the_title(); ?>
    </h4>

    but you will need add event post link somewhere, I think(I cannot do that now…).

    • This reply was modified 6 years, 5 months ago by genepine.

    Hey there @dino89!

    Thanks for reaching out.

    If you are talking about the widget, genepine’s post is correct. Thanks genepine!

    Take care,
    Ed ??

    Hey there,

    Since this thread has been inactive for a while, I’m going to go ahead and mark it as resolved. Don’t hesitate to create a new thread any time you help again!

    Ed ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove link from title on upcoming widget on home page’ is closed to new replies.