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
Are Google Ads Pay Per Click?
Yes, Google Ads operates on a pay-per-click (PPC) basis. This means that businesses will pay for each click that is generated by their ads. The cost of each click will depend on the type of campaign and the targeting options selected. Google Ads also offers businesses access to powerful analytics and reporting tools, allowing them…
Why would someone use Google Ads instead of Facebook Ads?
Let’s talk about Google Ads and Facebook Ads. Each has its own pluses and minuses. Here is how we see it. Google Ads is intent-based. What does intent-based mean? Simply put, people know what they are searching for and are going to find it. For example, if I am looking to tint my car, I…
What is Search Engine Optimization? Will a Plug-in Do it For me?
Search Engine Optimization or SEO is the process of optimizing your website for keywords related to your business—for example, Jacksonville Web Design Company. It involves added your keywords in the page title, descriptions, and strategically in the content. That part of the process is called on-site optimization. The other part of SEO is called Off-page…