More than 10 events in Event List widget

Home Forums Calendar Products Events Calendar PRO More than 10 events in Event List widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #90778
    xabcentertainment
    Participant

    Can you please tell me if it’s possible to add more than 10 events in the Event List widget.
    I am looking to add all events, probably around 15 events, for a particular event category.
    If I need to change the template can you give me complete instructions to do so.

    #91675
    Barry
    Member

    Hi! You could try dropping a snippet like this one into your theme’s functions.php file. Does that help here?

    #91816
    xabcentertainment
    Participant

    Hey Barry, thanks, but the drop down box still has 10 events in the widget. Or with this snippet will it override this?

    #91847
    Barry
    Member

    That’s right, it should simply override the setting and replace it with the value specified in the snippet, in this case 15:

    $instance['limit'] = 15;

     

    #97675
    Barry
    Member

    Closing this thread out as its been quite a while without any follow-up. Of course if you do still need help with this or anything else please feel free to open a new thread. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘More than 10 events in Event List widget’ is closed to new replies.