-
How to create Github Bot Account?
GitHub bot account is simple another github account with different username. A “bot account” is just another Github user account. You create it exactly as you would any other Github…
-
What are the useDispatch and useSelect?
The useDispatch and useSelect are Custom React Hooks that enable a more declarative interface to registered stores in the registery These hooks are available in the @wordpress/data package. useSelect and useDispatch are, custom hooks…
-
currentColor CSS
The currentColor uses the current text color value. It works something like this : You can use this value for other properties that accept color values like border, box-shadow, outline,…
-
How wp.blocks.parse() works?
Basically we will talk about wp.blocks.parse! wp.data.select(‘core/editor’).getEditedPostContent(); is used to get the value by HTML comments from the editor. Let’s create a new post by going into wp-admin. Now use…
-
How the Gutenberg Editor reconstructed from plain HTML
Let’s understand how Gutenberg Editor reconstructed from plain html which is stored in database. Firstly, whenever we load post in a block editor page. We load a html post content…
-
How to design Github profile using README.md
GitHub recently released a feature that allows users to create a profile-level README to display prominently on their GitHub profile.
-
How pagination works with custom query?
Theme developers can implement pagination using simple links or numbered navigation to guide users through content. The number of posts displayed per page can be adjusted under Settings > Reading…
-
Started my career as a WordPress Developer
The Beginning: A Passion for Technology From a young age, I was fascinated by technology and its limitless possibilities. This passion led me to pursue my studies at J.P. Dawar…