In WordPress, menu can be registered using register_nav_menu functions and use hook after_setup_theme to support this register_nav_menu (‘any Name’, ‘Human Friendly Name’) Registers a navigation... READ MORE >>
In WordPress, functions.php file act as a plugin for WordPress site that’s automatically activated current theme. This file uses PHP code to add or change default features on a WordPress site. The Following hooks are given with their... READ MORE >>
Step 1: Open admin panel Go to this page: http://localhost/[project-name]/wp-admin/ Step 2: Click on Appearance Open Appearance → CustomizeClick on the Site Identity section and click Add Logo.Upload a new image, or select one that's... READ MORE >>
get_header() and get_footer() includes the header and footer template for a customize... READ MORE >>
Recent Comments