Skip to content
Documentation for Plugins
  • Home
  • Support
  • Plugin Docs

Eventin

  • Plugin Installation
  • General Settings
  • Event Speaker & Organizer
  • Event Schedule
  • Single Event
  • Recurring Event
  • Registration and Ticket Selling
  • Min/Max Quantity Limit
  • Event Attendee
  • Zoom Module
  • Shortcodes
  • Event Single Page with Elementor
  • Event Template Override
  • Speaker Template Override
  • Archive Page Override
  • User Roles and Permissions
  • Translation
  • WooCommerce Deposits Extension Compatibility
  • Calendar View
  • Calendar Integration (Google, Apple etc)
  • FluentCRM Integration
  • Zapier Integration
  • Pabbly Integration
  • Twilio SMS Integration
  • License
  • Get Support
  • Plugin Uninstallation

WPCafe

  • Plugin Installation
  • Visual Table Selection
  • General Settings
  • WpCafe Shortcode
  • Multivendor Addon
  • Translation
  • WpCafe Elementor Widgets
  • Oxygen Builder Elements
  • User Roles and Permissions
  • Plugin Uninstallation
  • Theme Compatibility
  • Get Support
  • License
Food Ordering
  • General Settings For Location
  • Add New Food Menu
  • Add Food Category and Tag
  • Minicart
  • Tipping
  • Discount
  • Special Menus
  • Live Order
  • Pickup
  • Delivery
  • Order Bumps
  • Product Addons
  • Delivery Module
    • Add Food Store’s Location at Google Map
    • Google autocomplete address in the checkout
    • Minimum order amount to place order
General settings
  • General Settings for Date and Time
Integrations
  • Zapier Integration
  • Pabbly Integration
  • Food delivery ( Ship day ) plugin integration
  • Twilio SMS Integration
  • Thermal Printer Integration
  • WooCommerce Clover POS Integration
  • Loyalty Program Points & Rewards for Food Orders
Reservation
  • General Settings for Reservation
  • Form Customization
  • Notification Email
  • Schedule
  • Email Settings
  • Reservation with Food Ordering (PRO)
Style Settings
  • Style Settings
  • Home
  • Docs
  • Eventin
  • Archive Page Override

Archive Page Override

Table of Contents
  • Event Archive Style
    • Event Archive Default Hooks
  • Speaker Archive Style
    • Speaker Archive Style Hooks

Here’s a visual hook guide for the Eventin Event Archive Page. This is the part in which you can find eventin Event Archive hooks quickly and easily by seeing their actual locations (and you can copy/paste).

Now that you know the Event Archive page hooks, you can override the Eventin Event Archive Page via your child theme’s functions. You can remove default elements, you can add your custom elements by picking the correct positioned “hook” and triggering your function, and you can even “move” existing elements.

Event Archive Style #

etn_before_event_archive_container

etn_before_event_archive_item

etn_before_event_archive_content
etn_before_event_archive_title
etn_after_event_archive_title
etn_after_event_archive_content

etn_after_event_archive_item

etn_after_event_archive_container

Event Archive Default Hooks #

This is the list of Event Archive hooks you can override/remove by simply changing “add_action” to “remove_action” and “add_filter” in your functions.php. Eventin uses its own hooks to assemble the Event Archive page together. Because it’s done this way, you can therefore use “remove_action” to remove one of these elements.

/**
 * @snippet       List of Default Archive Hooks @ Eventin Single Event
 * @author        Themewinter
 * @updated       Eventin WP 2.4.0
 **/


// Before content
add_action( 'etn_before_event_archive_container' );
add_action( 'etn_before_event_archive_item' );
add_action( 'etn_before_event_archive_content', );
add_action( 'etn_before_event_archive_title', );
add_action( 'etn_before_event_archive_thumbnail' );
add_action( 'etn_before_event_archive_footer_content' );


// After content
add_action( 'etn_after_event_archive_footer_content' );
add_action( 'etn_after_event_archive_thumbnail' );
add_action( 'etn_after_event_archive_title',);
add_action( 'etn_after_event_archive_content', );
add_action( 'etn_after_event_archive_item' );
add_action( 'etn_after_event_archive_container' ); 

// All Filters
add_filters('etn_event_archive_content', );
add_filters( 'etn_event_archive_column', '4' );

Speaker Archive Style #

etn_before_speaker_archive_container

etn_before_speaker_archive_item

etn_before_speaker_archive_content

etn_before_speaker_title

etn_after_speaker_title

etn_after_speaker_archive_content

etn_after_speaker_archive_item

etn_after_speaker_archive_container

Speaker Archive Style Hooks #

This is the list of Eventin speaker archive hooks you can override/remove by simply changing “add_action” to “remove_action” and ”add_filter” in your functions.php. Eventin uses its own hooks to assemble the speaker archive page together. Because it’s done this way, you can therefore use “remove_action” to remove one of these elements.

/**
 * @snippet       List of speaker archive style hooks @ Eventin Single page
 * @author        Themewinter
 * @updated       Eventin WP 2.4.0
 **/

// Before content
add_action( 'etn_before_speaker_archive_container' );
add_action( 'etn_before_speaker_archive_item' );
add_action( 'etn_before_speaker_archive_content',);
add_action( "etn_before_speaker_title" );
add_action( "etn_before_speaker_archive_thumbnail" );

// After content
add_action( "etn_after_speaker_archive_thumbnail" ); 
add_action( "etn_after_speaker_title" );
add_action( 'etn_after_speaker_archive_content',);
add_action( 'etn_after_speaker_archive_item' );
add_action( 'etn_after_speaker_archive_container' );

// All Filters
add_filters( 'etn_speaker_archive_column', '4' ) );


What are your Feelings
Share This Article :
  • Facebook
  • Twitter
  • LinkedIn
  • Pinterest
Updated on April 28, 2021
Speaker Template OverrideUser Roles and Permissions
Table of Contents
  • Event Archive Style
    • Event Archive Default Hooks
  • Speaker Archive Style
    • Speaker Archive Style Hooks
Copyright © 2022 Documentation for Plugins