Title: Remove Event title links
Last modified: August 21, 2016

---

# Remove Event title links

 *  Resolved [Uta13](https://wordpress.org/support/users/uta13/)
 * (@uta13)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/)
 * Hello,
    first of all thank you for this awesome plugin. I am using it on 2 websites
   and LOVE it! I am using version 0.5.2. and would like to remove the link on the
   event titles on my calendar page. How can I do that?
 * I found this in sc_event_list.php but don´t know how to remove the link… Thank
   you for help!
 * <div class=”event-info’;
    if( $single_day_only ) { $out .= ‘ single-day’; } else{
   $out .= ‘ multi-day’; } $out .= ‘”>’;
 *  $out .= ‘<span class=”event-title”><h3>’;
 *  $title = esc_attr($this->db->truncate(min($max_length, $a[‘title_length’]), 
   $event->title));
    if( $this->is_visible( $a[‘link_to_event’] ) ) { $out .= ‘id,
   $this->get_url($a))).'”>’.$title.’‘; } else { $out .= $title; } $out .= ‘</h3
   ></span>’;
 * [http://wordpress.org/plugins/event-list/](http://wordpress.org/plugins/event-list/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [newflorida](https://wordpress.org/support/users/newflorida/)
 * (@newflorida)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/#post-4399016)
 * I am having the same problem. All I want is to link the title of the event to
   the single event page but it is not giving me the correct link if I am on the
   front page.
 *  [wptestert](https://wordpress.org/support/users/wptestert/)
 * (@wptestert)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/#post-4399104)
 * If you want the link never to show up, you can safely replace
 *     ```
       $out .= 'id, $this->get_url($a))).'">'.$title.'';
       ```
   
 * by
 *     ```
       $out .= $title;
       ```
   
 * T
 *  Thread Starter [Uta13](https://wordpress.org/support/users/uta13/)
 * (@uta13)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/#post-4399140)
 * Thank you, wptestert!
    Worked perfectly!
 *  Plugin Author [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * (@mibuthu)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/#post-4399149)
 * If you only want to remove the link from the title you can use the available 
   shortcode attribute “link_to_event”.
    e.g.: `[event-list link_to_event=false]`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Event title links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/event-list_f8f8f8.svg)
 * [Event List](https://wordpress.org/plugins/event-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-list/)
 * [Active Topics](https://wordpress.org/support/plugin/event-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-list/reviews/)

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 4 replies
 * 4 participants
 * Last reply from: [mibuthu](https://wordpress.org/support/users/mibuthu/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-event-title-links/#post-4399149)
 * Status: resolved