Mar 29, 2023
Combinator selectors are a type of CSS selectors that allows you to select based in their realtionship to other element. There are four types of...
CSS
Mar 27, 2023
A custom post type in WordPress is a feature that allows you to create your own post types in addition to the default post types...
WordPress
Mar 26, 2023
In WordPress, a hook is a mechanism that allows you to modify or extend the functionality of the core WordPress code or plugin/themes without modifying...
WordPress
Mar 25, 2023
One of the best features of WordPress is the ability to create custom themes, which allows you ti completely customize the look and feel of...
WordPress
Mar 24, 2023
When working with position absolute divs, it can be tricky to center them, but it’s not impossible. In this blog post, we’ll go through the...
CSS
Mar 20, 2023
To center a `<div>` using CSS, there are several methods you can use depending on your layout and design requirements. Here some most common ways:...
CSS
Mar 18, 2023
In CSS, simple selectors are the most basic type of selector that target elements based on their tag name, ID, class name. There used to...
CSS
Mar 18, 2023
Notice: Function register_rest_route was called incorrectly. The REST API route definition for university/v1/search is missing the required permission_callback argument. For REST API routes that are...
API
WordPress
Mar 17, 2023
Let’s say you have a form on your website where users can submit comments. when the form is submitted, you want to sanitize the comment...
WordPress
Mar 17, 2023
If you access data in REST API by default you will get all data from “posts”. But if you created a custom post type such...
API
WordPress