Mohammad Towhidul Islam

    30-Sep-21 01:50:06 pm

    WordPress Theme Development - Class 2

    Class 1 Class 2 ...

    Read More


    Mohammad Towhidul Islam

    26-Sep-21 11:23:06 am

    Setting mysqli class access through out the WordPress project

    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'...

    Read More


    Mohammad Towhidul Islam

    13-Feb-17 11:56:41 am

    Wordpress wp_nav_menu function parameters for bootstrap integration

    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...

    Read More


    Mohammad Towhidul Islam

    08-Feb-17 10:08:08 am

    add_menu_page() function prototype in wordpress

    We use

    add_menu_page()

    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....

    Read More


First12Last
1 of 2 pages
Copyright © 2024. Powered by Intellect Software Ltd