Home › Forums › CSS › “Change the x & y coordinates of the background image in CSS.” › Re: “Change the x & y coordinates of the background image in CSS.”
September 4, 2011 at 8:02 pm
#86343
Inactive
The last 350 characters or so of the Header.php (it was too big to post in one post)
if ( function_exists( 'wp_nav_menu' ) ) {
wp_nav_menu(
array(
'theme_location' => 'main-menu',
'fallback_cb' => 'periodic_category_menu'
)
);
}
else {
periodic_category_menu();
}
?>