Site with all content on the front page

You can just create a HTML page with anchor links: 1- Link pointing to the anchor (Content) <a name=”allin”></a> <div>Content</div> 2- Create the anchor (menu). <a href=”#allin”>Link here</a> Although, i must confess i might not completely understood what you want/need. But as s_ha_dum said your question is to wide you need to start with some … Read more

deleted menu still present [closed]

Sometimes these things get messed up. If you have access to database, try to delete transient options (look for any keys that contains “transient” and/or your deleted menu name) from wp_options table

menu_class showing up on DIV instead of UL

The reason this was happening was simple – I had just installed the theme and had not yet associated a menu with the ‘main_menu’ theme location. Once I had the menu assigned, the markup generated acted as expected. To assign a menu, go to Appearance > Menus then select the Manage Locations tab. On there … Read more

Permalinks linking to similar named site

Have you updated the links in your database? Are they still pointing to your live site? Sorry, I will elaborate. If you download your database you will see that the url for your live site will appear several times. For example: INSERT INTO `wpfr_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1, ‘siteurl’, ‘http://www.yourwebsite.com’, ‘yes’), The quickest … Read more

Problem to asign class to with wp_nav_menu()

Make sure your menu does setup correctly in that location in Appearance / Menus, unless it wont display that class. After you set the theme location to Primary Menu, it should work fine. No idea why, guess its a bug in WordPress. Also fix the typo: ‘container’ => false