• Hello Guido,

    I wonder, if it is possible to realize with VSEL the following…

    There are serveral artists with their concert dates. I would define for every artist a category. Now I’d like to show the dates in two places

    a) on the artist page, only the dates of the artist, i.e. only the dates of one category
    -> how can I choose only to display one category?

    b) on a page with all the dates (which would be technically the same) where I have a headline, then the dates of a specific artist, next headline, dates of a specific artist and so on…

    And ideally I could show only a simple list

    City | 20.08.2022 | Venue | Link (if available)

    Would this be possible with the plugin?

    Kind regards

    Frank

Viewing 1 replies (of 1 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Frank,

    Using categories for your artists is the best way indeed.

    a) You can use the shortcode with category attribute for this, example:

    
    [vsel event_cat="your-category-slug"]
    

    b) Similar to a, example:

    
    Headline 1
    [vsel event_cat="your-category-slug-1"]
    
    Headline 2
    [vsel event_cat="your-category-slug-2"]
    

    I don’t recommend adding multiple shortcodes at the same page (can cause conflicts), but as long as it works properly.. go for it.

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘Concert Calendar’ is closed to new replies.