what is functions php in wordpress

What is functions.php in WordPress

What is functions.php functions.php file is called the brain of WordPress theme. It is a php file which exists almost in every theme (wp-content/themes/your-theme/functions.php). It adding features and extends the functionality of WordPress and behaves like a plugin. You can say that functions.php file controls the functions of a WordPress theme. The use of functions.php…

Featured 9 1

How to create Table in WordPress [With Pictures]

If you want to create your content in a table format, then this article is for you. Because in this article we will teach you the easiest method to create your content in table format step by step. Let’s Start… Step 1: We will use the TablePress WordPress plugin to create tables. So first of…

exclude category home page

How to Exclude Specific Category Posts From Your WordPress Home Page

If you want to exclude specific category/categories posts from your WordPress home page, then this article is for you. By default WordPress doesn’t allow the user’s to exclude a category posts from displaying on home page. So here i will teach you the two methods to exclude a specific category posts from your WordPress home…