Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    did you try [events_list category=”-X”] where x is the event categories id you want to be skip

    Thread Starter hokus

    (@hokus)

    I didn´t. Thank you. It looks like right solution. Where exactly should i place this shortcode? I tried settings -> formats -> events and placed shortcode before table, but it worked like this: display shortcode, then events list without the category and then page contents like before.

    Which page do you want to filter the categories on?

    Thread Starter hokus

    (@hokus)

    Events Page and Single Day Page

    sorry for the confusion but you mean the Next events on single events page?

    Thread Starter hokus

    (@hokus)

    yes. i add links: http://www.hokus.cz/ (i have events page as homepage) and for example http://www.hokus.cz/2014-03-07/

    Can you post the shortcode / formatting you’re currently using for both of those pages? Thanks.

    Thread Starter hokus

    (@hokus)

    Settings -> Pages -> Events List/Archive: I set 15 events per page. I suppose, it generates some shortcode automatically.

    Settings -> Formats -> Events: There is no shortcode.

    <table cellpadding="0" cellspacing="0" class="events-table" >
    <thead>
      <tr>
        <th class="event-time" width="90">DATUM / ČAS</th>
        <th class="event-description" width="*">UDÁLOST</th>
      </tr>
    </thead>
    
    <tbody>
    <tr>
      <td>
        <strong>#_EVENTDATES</strong><br/>
                #_EVENTTIMES
      </td>
      <td>
        <div style="float:left; margin:0px 10px 0px 0px;">#_EVENTIMAGE{100,100}</div>
        <strong>#_EVENTLINK</strong>
        {has_location}<br/><i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
      </td>
    </tr>
    </tbody></table>

    Is it enough information or you need something more specific?
    Thanks.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    at the moment you need to use shortcode like [events_list category=”-X”] in your wordpress pages or post since this is not included in the settings yet (I mean search attribute category=”-X”).

    Thread Starter hokus

    (@hokus)

    I understand. So I create a new page with shortcodes. Editing an events page (default page made by plugin) have no effect, because plugin rewrites content.
    Thank you for all answers.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Skip one category on list of events’ is closed to new replies.