Duplication/Install to Theme
-
I have no clue what is happening. The menu is duplicating itself. I have the HOPES theme installed. I tried changing some of the code like some of these forums but had to luck. Could you please help me. I am not the greatest coder.
Website: cpclombard.org
‘
add_theme_support(‘post-thumbnails’);
add_theme_support(‘automatic-feed-links’);
add_theme_support(‘editor-style’);
add_theme_support(‘menus’);/**
* register menu.
*/
register_nav_menus(array(
‘primary-menu’ => __(‘Primary Menu’, ‘iva_theme_admin’)
));/**
* define content width.
*/
if (!isset( $content_width ))
$content_width = 1100;
}
‘
The topic ‘Duplication/Install to Theme’ is closed to new replies.