Author: Kiran Nasim

  • How to customize login page and add some feature

    How to customize login page and add some feature

    The WordPress login page is just like any other page on your WordPress site: It is one of the most used pages in the WordPress admin. Though simple and clean, it is heavily branded WordPress. However, most new users and clients do not need to know about the underlying software your site runs on. How…

  • How to create Custom Taxonomies

    How to create Custom Taxonomies

    WordPress’ custom taxonomies make it possible to structure large amounts of content in a logical, well-organized way. In WordPress, categories are set up as a hierarchical taxonomy, and tags are set up as a multifaceted taxonomy. What is a WordPress Taxonomy? Taxonomy is a process of grouping content based on certain properties and criteria. That…

  • How to create Custom Post types

    How to create Custom Post types

    Custom post types transform a WordPress site from a blogging platform into a powerful Content Management System. You can use custom post types to create a variety of different content types for your website. In this guide, I am going to explain how to easily create custom post types in WordPress. What is the Custom…

  • How to create users and manage the role

    How to create users and manage the role

    User roles in WordPress define what actions, permissions, and capabilities each of your users will have. They help you to define what are the responsibilities and capabilities of each of your coworkers and employees. What Are WordPress User Roles? One user is someone who has login access to your website in WordPress. User’s role is…

  • How to create and use a child theme in WordPress

    How to create and use a child theme in WordPress

    To understand how child themes work it is first important to understand the relationship between parent and child themes. A parent theme is just a default theme used in WordPress Originally in WordPress, there was only one kind of theme, what would today be called a “parent theme.” This was a complete package of files…

  • How to migrate WordPress site to other domain

    How to migrate WordPress site to other domain

    Do you want to move your WordPress site to a new domain? You need to do some steps to migrate. Verify that your current site is working. When moving a WordPress site to a new domain start with the backup copy of your website. You can do it manually by exporting the database and downloading…