For the past few years, the way of coding has been completely revolutionized. The introduction of new technologies and advancements in the existing ones have come far from what they…
Galleries are an important content element. They help us add multiple images at the same time to showcase our content in a visual manner. Lightbox helps add interactivity to the…
The error establishing database connection is one of the most common WordPress errors. If you have experience with WordPress, you probably may have already encountered this error. If not, don't…
Plugins are an integral part of WordPress and used to enhance a website's features and functionality. While developing a website, you might require a certain piece of code to parse…
WordPress introduced Block Editor with roll out of v5.3 and along with it, users were introduced to a whole new block-based content creationg interface. Block Editor introduced blocks which the…
We've all been there. Suppose you are writing your post and everything's going fine. But your realize that there is some something apart from regular content needs to be added…
Post Thumbnails in WordPress are an important element when it comes to synbolizing an article with an image. Post thumbnails act as the face of an article. Sometimes, these post…
If you have used WordPress, you must be familiar with the "There has been a critical error on this website." error. It is one of the most common and most…
WordPress, primarily being a blogging platform, has blog posts at the centre of it. While designing a WordPress theme, more often than not, there is a need to add a custom layout for posts. And while creating the layout, usually the date of the post needs to be displayed. In this article, we are going to see how to add a date to a post in WordPress.
WordPress offers a range of Widgets by default to include in sidebars. These include Image, Gallery, Recent Posts, Recent Comments, Archives, Text and many others. If you have ever developed a WordPress Theme, you would be familiar with the concept of Custom Widgets. These are widgets specific to a Theme. I would not go in the details about creating a custom widgets as I'm assuming you already know that if you are reading this article. In this article, we'll be creating a Range Slider Control for a Custom WordPress Widget. I'll be creating the default slider but each one of them is possible.