• Hi,
    I want to use the Gigs Calendar Plugin to display a lsit of gigs outside the loop. In fact the calendar should be permanetly displayed on a specific location.

    Problem is due to lack of documentation i cant find the place where i need to change code. I think the problem is that the function which displays the calendar is hooked to the “the_content” function which is only used in the loop.

    Hope someone can help

Viewing 1 replies (of 1 total)
  • Yes.

    But you could register another hook that inserts the calendar where you want it to be.

    You could start by copying the

    function display($in) {..}

    gigs-calendar.php and rename it to something like my_display. Then add your filter for whatever hook you need:

    add_filter(‘[hook_name_needed]’, array(‘dtc_gigs’, ‘my_display’));

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Gigs Calendar] Place Calendar outside the “Loop”’ is closed to new replies.