<?php
/**
* =================================================
* Hook motiox_loop_after
* =================================================
*/
add_action('motiox_loop_after', 'motiox_paging_nav', 10);
/**
* =================================================
* Hook motiox_page
* =================================================
*/
add_action('motiox_page', 'motiox_page_header', 10);
add_action('motiox_page', 'motiox_page_content', 20);
/**
* =================================================
* Hook motiox_single_post_top
* =================================================
*/
/**
* =================================================
* Hook motiox_single_post
* =================================================
*/
add_action('motiox_single_post', 'motiox_post_header', 10);
add_action('motiox_single_post', 'motiox_post_thumbnail', 20);
add_action('motiox_single_post', 'motiox_post_content', 30);
/**
* =================================================
* Hook motiox_single_post_bottom
* =================================================
*/
add_action('motiox_single_post_bottom', 'motiox_post_taxonomy', 5);
add_action('motiox_single_post_bottom', 'motiox_post_nav', 10);
add_action('motiox_single_post_bottom', 'motiox_display_comments', 20);
/**
* =================================================
* Hook motiox_loop_post
* =================================================
*/
add_action('motiox_loop_post', 'motiox_post_header', 15);
/**
* =================================================
* Hook motiox_before_footer
* =================================================
*/
/**
* =================================================
* Hook motiox_after_footer
* =================================================
*/
/**
* =================================================
* Hook wp_footer
* =================================================
*/
add_action('wp_footer', 'motiox_template_account_dropdown', 1);
add_action('wp_footer', 'motiox_mobile_nav', 1);
add_action('wp_footer', 'motiox_preload', 1);
add_action('wp_footer', 'motiox_cursor', 1);
/**
* =================================================
* Hook motiox_before_content
* =================================================
*/
add_action('motiox_before_content', 'motiox_archive_blog_top', 10);
/**
* =================================================
* Hook motiox_content_top
* =================================================
*/
/**
* =================================================
* Hook motiox_post_content_before
* =================================================
*/
/**
* =================================================
* Hook motiox_post_content_after
* =================================================
*/
/**
* =================================================
* Hook motiox_sidebar
* =================================================
*/
add_action('motiox_sidebar', 'motiox_get_sidebar', 10);
/**
* =================================================
* Hook motiox_page_after
* =================================================
*/
add_action('motiox_page_after', 'motiox_display_comments', 10);