• pavelevap

    (@pavelevap)


    Hi,

    is there any chance how can I set up another template for events_list shortcode in administration settings? There is main template which is usually needed for main events page (with post thumbnail, title, excerpt, etc.), but many users want to use also simple listings for other events_list shortcode (for example only title and date).

    Instead of using following code:

    <ul>
    [events_list category="417"]
    <li>#_EVENTLINK - #_{j.n.Y} #@_{- j.n.Y}</li>
    [/events_list]
    </ul>

    It would be very helpfull for users to use only:

    [events_list category="417"]

    or

    [events_list category="417" template="short-list"]

    And other HTML and formatting issues could be solved in settings (fields before, format and after). Or is there any other way how can I achieve this? Editors of my site are not very HTML experienced and using the whole code makes sometimes problems with formatting issues, etc.

    Thank you very much for your help!

    http://wordpress.org/extend/plugins/events-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Events Manager] Template for shortcode events_list’ is closed to new replies.