Calendar widget directly into theme

Home Forums Calendar Products Events Calendar PRO Calendar widget directly into theme

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18953
    David
    Member

    I don’t want to use widgets in my theme, is it possible to insert the calendar widget and upcoming events widget directly into my theme?

    Thanks again 🙂

    #18987
    Jonah
    Participant

    Hi David, sure you can, you would just use the following wherever you want the widget to appear:

    the_widget('TribeEventsCalendarWidget');

    Make sure to wrap in PHP tags if needed 🙂

    #19198
    David
    Member

    Thanks Jonah,I searched the documentation relating to this but couldn’t find anything so hope you don’t mind me asking here. I have inserted and themed up fine, is there a way to pass any parameters such as the h2 widgettitle to the page?

    #19201
    Jonah
    Participant

    Hey David, the_widget is documented pretty heavily here: http://codex.wordpress.org/Function_Reference/the_widget

    To pass a title, you should be able to use:

    the_widget('TribeEventsCalendarWidget','title=My Calendar Widget');

    I hope that helps!

    #976824
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Calendar widget directly into theme’ is closed to new replies.