Viewing 7 replies - 1 through 7 (of 7 total)
  • try
    {events_list categories=”43″}
    make sure the category is the same as you have in the posts catergories

    Thread Starter samplona

    (@samplona)

    hi,

    i try this code, but did not work, i see no events with this code.
    the number of the category is good and the same as the events.
    did i checked in the database.

    Plugin Author faebu

    (@faebu)

    i made several tests and filtering allways worked. make sure you use the correct category id, because there is confusing mix between category and term id (category is a term).

    To get the correct category id, goto Post -> Categories

    Look at the url, which the category is linked to. You’ll find the category id in the url (tag_ID).

    https://localhost/wordpress/wp-admin/edit-tags.php?action=edit&taxonomy=category&tag_ID=8&post_type=post

    Thread Starter samplona

    (@samplona)

    hi,

    i checked the category id several time, first at the event page en at the category page, both are 43.

    admin.php?page=wp-alendar/fsCalendar.php&event_category=43
    edit-tags.php?action=edit&taxonomy=category&tag_ID=43&post_type=post

    when i try to filter, i see no event.
    {events_printlist categories=”43″}
    {events_printlist event_category=”43″}

    when i use this one i see al the events.
    {events_printlist}

    Plugin Author faebu

    (@faebu)

    did you separate the filter by a semicolon?

    the correct line would be

    {events_printlist; categories=”43″}

    Thread Starter samplona

    (@samplona)

    no, i did not,

    with the correct line is it working.

    thanks for the support.

    Thread Starter samplona

    (@samplona)

    no, i did not,

    with the correct line is it working.

    thanks for the support.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Category Sorting’ is closed to new replies.