Category Archives: wordpress
Introduction: WordPress is a versatile platform that allows users to create, manage, and display content seamlessly. In this blog post, we will explore how to elevate your WordPress media library by incorporating a custom taxonomy, all achieved through the use of a plugin and code enhancements. Our goal is to introduce a new column in […]
In the dynamic landscape of the modern global marketplace, eCommerce has shattered traditional geographical limitations, enabling businesses to cater to clientele across the globe. Nonetheless, situations arise that demand the implementation of precise country-based regulations for your digital storefront. Within this all-encompassing guide, we will dissect a PHP code snippet meticulously crafted to constrain transactions […]
Introduction: We have all come across the frustrating “404 Error – Page Not Found” message while browsing the internet. Instead of simply accepting this annoyance, why not use it as an opportunity for creativity? In this blog post, we will guide you through the process of developing an engaging and interactive 404 error page animation […]
“Search by SKU” is very common in websites with woocommerce and have a large product base. There are some plugins available that enable SKU searching and show the result in the search results page. But these available plugins fail to show the resulting product which has “SKU with spaces”. For example “AS 011 022 ZE” […]
Many times we need to search by associated tags, category or custom taxonomy names . But WordPress doesn’t provide these by default. Therefore, we need to make our own results page which include the default search including tags, categories and custom taxonomy names. In this article, we learn a technique or a guideline to tackle […]
In this article, We will discuss how to make a WordPress custom image search based on their tags and categories. This is solution for them who want to make a custom search for attachments images. WordPress, doesn’t provide taxonomies in media items by default. So, you have to add a plugin Attachment Taxonomies for it. […]
In this article we will learn to create WordPress like button with counts based on IP address of the visitor (so, no login is required to like your posts/pages). You can use this on both posts and pages without plugin. Also Its very good practice to create it without using a plugin so that you […]
In a simple layman’s term namespaces are the labels for classes and functions. For example we define a variable inside a scope then this variable will be defined for that scope only, we can’t use it outside the scope. Just like a variable in a scope, we can use namespaces for class and functions. Namespaces […]
Wix vs WordPress – Whom to choose for website building? This question is very familiar in the new businesses (small or big) and beginner bloggers hoping to generate value from their website. It is very tough to find out which will be better for your business or a blog. But, we will discuss some major […]
Hey, I think you are a web developer and worked on developing WordPress custom themes and WordPress Website. Now you want to learn more about making a custom Plugin according to your requirement. If you don’t know how to build a custom theme from scratch, Just stop right here and don’t waste time in learning […]