Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    I’d need to know a little more about where you’re using your code, but you should be able to use placeholders to do this:

    https://wp-events-plugin.com/documentation/placeholders/

    The placeholder #_EVENTNAME is probably the one you want.

    Thread Starter rasputin89

    (@rasputin89)

    Tried that… all “#_EVENTNAME” does is PRINT “#_EVENTNAME” on the page.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    hmm, that should work; can I know the exact shortcode format you used? also, could it be you want to display a calendar instead of events list since you are using search attributes full=”0″ long_events=”0″ ?

    for more info. about shortcodes and search attributes

    https://wp-events-plugin.com/documentation/shortcodes/
    https://wp-events-plugin.com/documentation/event-search-attributes/

    Thread Starter rasputin89

    (@rasputin89)

    Not sure why those placeholders don’t work, but they do not. The shortcodes do.

    Here’s what I want..

    LIST

    Event date/time – event name (NO link to event)..

    Just a List.. I can do that with

    <div style=”width: 500px;”>[events_list full=”0″ long_events=”0″]</div>

    But is links the event to the individual event detail page. I don’t want to do that.

    The reason is I am using dudamobile to make a mobile version of the web site. I don’t want all the other elements on the pages, widgets, etc., to load. I cannot seem to figure out how to accomplish that without creating a separate “page” in WP with only the event code and the template turned off.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    the small widget provides links by default. to remove them you’d need to override the calendar template file and remove links there by code.

    see file templates/templates/calendar-small.php

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Displaying Events without links to long events’ is closed to new replies.