Modern website interfaces are mostly built on the concept of blocks, where the site owners can drag and drop reusable components to build the interfaces. UI components and page builders play a major role in developing these interfaces. Therefore, it's important for developers to have the knowledge of integrating any third-party UI component to build amazing interfaces with interactivity. On the other hand, WordPress is chosen by many developers due to the existing CMS features that accelerate the development process. So, developers need thorough knowledge of using backend features as well as customizing the existing features for custom requirements.
In this chapter, we are going to focus on UI component integration as well as customization of common backend features. We begin the chapter by integrating a jQuery slider to WordPress while...