• wpsilk

    (@wpsilk)


    Hello,

    im using wp-fullcalendar in conjunction with events-manager.
    In events-manager i have event-categories and event-tags.
    To show all events i use:

    echo WP_FullCalendar::calendar($args);

    Can somebody provide my please a code example for “$args” to show only events from event category 5, with the event tag ‘sports’?

    Thank you very mutch in advance!
    wpsilk

    https://www.ads-software.com/plugins/wp-fullcalendar/

Viewing 1 replies (of 1 total)
  • Thread Starter wpsilk

    (@wpsilk)

    Im searching for a solution like this:

    $args=array(
        'type'=>'event',
        'category'=>'5',
        'tag'=>'sport'
    );

    to filter all events with category 5, and tag ‘sport’
    Any hints?

Viewing 1 replies (of 1 total)
  • The topic ‘Show calendar with specific tag & category in PHP’ is closed to new replies.