I set the menu locations (‘Main Menu’ to Primary Navigation and ‘Top Menu’ to Top Navigation), but Top Menu doesn’t appears under the welcome message. I still see ‘Home / Setting your menu’.
Do you know whats the problem and how to fix it?
1 Answers
Hello Mijia !
To resolve the issue with the Top menu of the DW Trendy, you can open the header.php file in the folder path “\wp-content\themes\dw-trendy\templates”, find the line 8.
Replace the following code:
'theme_location' => 'top_menu',
With new Code:
'theme_location' => 'top_navigation',
Hope this helps !
It works. Thanks.
You must include this in the next update.
Of course ! Right now, you can download the latest version in your profile.
Please login or Register to submit your answer