How to change the navigation menu

In your dashboard, go to Appearance > Menus and ensure you have created a menu, add the pages to that menu and then depending on the theme you are using, specify where you want it to appear.

How to remove empty line space in navigation menu?

it’s hard to answer without seeing the HTML and CSS, but from your description the behaviour is correct. If you don’t want the anchor tag to take up any visible room, you should give it a display:none. If you can edit the markup you could either add a class like this <a href=”#” class=”hidden”></a> with … Read more

How can I include ALL post types in the_post_navigation() links, not just current post type?

By default the the_post_navigation() uses the current post type, whatever it may be. Luckily, that function eventually calls get_adjacent_post() which has a few hooks we can use. The below uses get_{$adjacent}_post_where where $adjacent is either “previous” or “next”: /** * Modify the posts navigation WHERE clause * to include our acceptable post types * * … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)