Hello Namaste 🙏,
In this blog post, we will learn the most useful WordPress functions, those functions are very important for custom theme development.
About WordPress
WordPress is one of the most popular content management system(CMS). Over 37.6% of the website developed on WordPress.
Also, WordPress is open-source, very each to use so non-technical person can handle the website easily.
WordPress is also developer-friendly CMS, Very easy larn, it is open source to that you get online support easily from professional, so many open source themes and available.
On the next slide, you will learn some most commonly useful WordPress functions
WordPress functions
1) wp_head()
Prints scripts or data in the head tag on the front end.
2) body_class()
Display the classes for the body element.
3) wp_head()
Prints scripts or data in the head tag on the front end.
4) get_header()
Load header template
5) get_footer()
Load footer template.
6) wp_footer()
Prints scripts or data before the closing body tag on the front end.
7) wp_enqueue_style()
Enqueue a CSS stylesheet.
8) wp_enqueue_script()
Load header template
9) get_bloginfo()
Displays information about the current site.
10) get_sidebar()
Load sidebar template.
11) wp_nav_menu()
Displays a navigation menu.
13) get_stylesheet_uri()
Retrieves the URI of current theme stylesheet.
More function we will share with you on next post