__( 'Main Menu', 'candour' ), 'footer-menu' => __( 'Footer Menu', 'candour' ), ) ); global $content_width; if ( ! isset( $content_width ) ) { $content_width = 800; /* pixels */ } } endif; // candour_setup add_action( 'after_setup_theme', 'candour_setup' ); // Theme Functions include (get_template_directory() . '/custom-functions.php'); include (get_template_directory() . '/functions/theme-functions.php'); include (get_template_directory() . '/functions/widgetize-theme.php'); /* Custom template tags for this theme. */ include (get_template_directory() . '/inc/paginatelinks.php'); include (get_template_directory() . '/inc/widgets.php'); /* Theme customizer */ include 'admin/settings.php'; ?>