Viewing 1 replies (of 1 total)
  • Plugin Author Sayful Islam

    (@sayful)

    You can add widget into the main template by using the following code:

    <?php the_widget( 'Upcoming_Events', array('title' => 'Upcoming Events', 'number_events' => 2) ); ?>

    Replace Upcoming Events with your own title and 2 with how many event you want to show.

Viewing 1 replies (of 1 total)
  • The topic ‘What is the class name for this plugin as a widget?’ is closed to new replies.