Open wp-config.php file with a text editor.
add the following line just below the define( 'DB_COLLATE', '' ) line (38 no line in my case):
$db=new mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_NAME);
/** The name of the database for WordPress */
define( 'DB_NAME'...
Step 1 Download wp_bootstrap_navwalker.php file from Download 16 kb and unzip it.Step 2 copy it to your theme folder.Step 3 Open functions.php file and write the following code.
<?php
require_once('w...
to create a top-level menu entry. This function takes a number of arguments:1 Page title – used in the title tag of the page (shown in the browser bar) when it is displayed.2 Menu title – used in the menu on the left....