List most commonly functions used in wordpress?
wp_nav_menu() :- Displays a navigation menu.
is_page() :- to check if this is page OR NOT, will return boolean value.
get_the_excerpt() :- Copy the excerpt of the post into a...