How to Highlight Current Active Page Link in WordPress [with Pictures]

How to Highlight Current Active Page Link in WordPress [with Pictures]

If you want to highlight the current active page link anywhere in your WordPress website or blog, then this tutorial is for you. In this tutorial I will teach you, how can you highlight the current active page link anywhere in WordPress website, wherever you want. Here I will apply it in sidebar, but you…

What is WordPress Child Theme and How to Create it

What is WordPress Child Theme and How to Create it

What is Child Theme? Child theme is a sub theme which needs a parent theme to work. Because a child theme inherits the parent theme’s look and functionality. A parent theme is a complete theme which consists all the required WordPress templates. All themes exclude child theme, considered parent theme. Usually a child theme needed…

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…

How to Exclude Specific Category Posts From Your WordPress 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…

How to Install WordPress Plugin Step by Step

How to Install WordPress Plugin Step by Step

Plugins add additional functionality to WordPress and extend the power of WordPress. After installing WordPress, almost every WordPress user needs to install plugins to add different functionalities that are not provided by WordPress. So today in this article we will teach you two methods of installing plugins in WordPress. Note : If you are using…

How to Find Post, Page, Category, or User ID in WordPress

How to Find Post, Page, Category, or User ID in WordPress

What is Post, Page, Category & User ID in WordPress An ID is a unique number which identifies a particular item (post, page, category, user etc) in WordPress database. So in this article i will show you, how can you find a specific post, page, category or user ID in WordPress. Let’s start Find Post…