Viewing 2 replies - 1 through 2 (of 2 total)
  • On your events manager settings – formats page. Look at the events section. If you wrap the whole Default Event List Format in {no_category_<excluded category>} and end it with {/no_category_<excluded category>}it should only display the ones without that category. Replace <excluded category> with the category slug you want to exclude.
    I’m 90% sure of this method. I tested it, but am not currently using it.

    Hi

    I use the css to hide category from page Events.

    ex :

    <div {has_category_168}class="cancelled"{/has_category_168}>

    and the css :

     .cancelled  {
         display: none;
     }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Exclude category from page Events’ is closed to new replies.