• Resolved Shonari

    (@shonari)


    Hello

    I tried to remove a category from the events list page to no avail. I am using the shortcode [events_list category=”-X”] ie [events_list category=”-4″]

    I tried adding it to the Events Settings > Formatting > Events page under the ‘Default List Format’ section but it screws up the entire list format and instead of removing the category, it actually displays only that category.

    [events_list category="-4"]<tr>
    			<td>
                   #_EVENTDATES<br/>
                    #_EVENTTIMES
                </td>
    <td>
                    #_EVENTIMAGE{80,80}
                </td>
                <td>
                   #_EVENTLINK
                    {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
                </td>
      <td>
                    #_CATEGORYLINK
                </td>
    
            </tr> [/events_list]

    Maybe i’m adding the shortcode in the wrong section?

    https://www.ads-software.com/plugins/events-manager/

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

    (@caimin_nwl)

    Hi,

    Yes, you’re using the shortcode in the wrong place. It needs to go in a normal page.

    Thread Starter Shonari

    (@shonari)

    I tried using the code as below, but it doesnt seem to work. The events in that category still shows up

    [events_list category=”-4″]CONTENTS[/events_list]

    caimin_nwl

    (@caimin_nwl)

    You don’t need to use CONTENTS with shortcodes. Try just:

    [events_list category="-4"]

    Thread Starter Shonari

    (@shonari)

    Thank you! Figured it out.

    Have to create a new page thats not linked to the default events page. The code works then.

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Cateory from Events list on Events Page’ is closed to new replies.