Widgets are blocks of content that you can add to your site's sidebars, footers, and other areas of your website where you want. These are created to provide a simple, easy and user friendly to control the design and content of their site without... READ MORE >>
the_excerpt () function is used in WordPress for article summary and Wordpress post with a link to the whole content. In another way we can create our own customize function with button and permalink also and the code is given below: //This... READ MORE >>
Registered menu can be called using the wp_nav_menu function by their theme location name. and Wordpress Navwalker class is used for the bootstrap css.Different ways to call the menu are as Way 1: Simply Call the... READ MORE >>
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 >>
Recent Comments