- Simplicity, make wordpress very easy to use for everyone.
- Free open source.
- Easy to install.
- There are lots of free as well as paid theme to use.
- Extends with plugins, we can extends the functionality of wordpress using thousands of free plugins or will create any plugin according to your requirements.
- Multilingual, wordpress is available on more than 70 languages.
- Multisite, create a child website along with the parent site with the same URL and admin panel.
- Flexibility, with wordpress you will create any type of blog or website.
- Comment, the built in comment system also make wordpress popular as you can comment your views on website.
- Full standards compliance, XML-RPC interface, easy importing, cross-blog communication tools.
WordPress have lot of inbuilt functions. some of commonly used function in wordpress are:-
- wp_nav_menu() :- Displays a navigation menu.
- is_page() :- Condition for check if page is displayed. Its return true or false only.
- get_the_excerpt() :- Copy the excerpt of the post into a specified variable.
- in_category() :- Tests if the specified post is assigned to any of the specified categories or not.
- the_title():- Displays the title of the post.
- the_content():- Displays the contents of the post.