I have come across this a few times when updating older sites to WordPress 3.0 that the fancy new menu system in WP3.0 doesn’t work. Fortunately, this is an easy fix.
First off, you will be editing your functions.php file, so make a backup!
Now, add this code to your funtions.php file:
add_action( ‘init’, ‘register_my_menus’ );
function register_my_menus() {
register_nav_menus(
array(
‘menu-1’ => __( ‘Menu 1’ ),
‘menu-2’ => __( ‘Menu 2’ )
)
);
}
You can name the menu’s whatever you like. ie Primary, Secondary.
Next step is to open your header.php file and replace what you have with this new code:
‘menu-1’ ) ); ?>
For me, I was using pixopoints multi level plugin, so I simply replaced that code with the call above.
Now you are free to build your menu’s using the advanced features of wp3.0
How Do Google Ads Work
Google Ads is like a game of hide and seek. It’s all about finding the right people at the right time to show your ads to. Google Ads uses sophisticated algorithms to identify users who are most likely to be interested in the products and services being advertised. This way, your ads only get shown…
How Long Until Google Ads Work?
The amount of time it takes for Google Ads to start working will depend on the type of campaign and the targeting options selected. Generally, it can take anywhere from a few hours to a few weeks for Google Ads to start generating clicks and conversions. We have seen ads start in as little as…
Are Google Ads safe?
Yes, Google Ads is a safe advertising platform for businesses. The platform uses sophisticated algorithms to identify users who are most likely to be interested in the products and services being advertised, ensuring that businesses are targeting users who are more likely to convert. Additionally, Google Ads provides businesses with access to powerful analytics and…