Skip to content

Instantly share code, notes, and snippets.

View AndrewECooper's full-sized avatar

Andrew Cooper AndrewECooper

  • Morristown, Tennessee
View GitHub Profile
<?php
define("TEMPPATH", get_bloginfo("stylesheet_directory"));
define("IMAGES", TEMPPATH."/images");
define("SCRIPTS", TEMPPATH."/js");
function custom_navigation_menus() {
$locations = array(
'header-menu' => __( 'Main Navigation'),
);
register_nav_menus( $locations );