WordPress is providing multiple theme support. During the study and whenever I found any theme support material I will mention it here for learning.
add_theme_support(‘tag-title’);
add_theme_support( 'html5', array( 'navigation-widgets'
) );
WordPress is providing multiple theme support. During the study and whenever I found any theme support material I will mention it here for learning.
add_theme_support(‘tag-title’);
add_theme_support( 'html5', array( 'navigation-widgets'
) );