© 2022 Hashnode
#wordpress
Have you ever been in a situation where you can not rely on the default taxonomies WordPress comes with? Have you ever wondered what to do in such a situation? Don't worry in this post I will show you…
Introduction One of the issues with logic that produces different results depending on whether the code executes in the back-end a.k.a admin area, or the front-end via AJAX, is that enclosing this logic within a conditional check that depen…
Custom post type => Comparison Each post has a compare item name as a title. You want to create a compare item dropdown list. Here you can do it like this. function.php <?php $compare = 101; //I…
Are you planning to set up your WordPress website and can’t quite figure out where to start? Starting a new WordPress website can seem like a daunting task, especially if you are new to the idea. Wor…
One of the most important things when developing a website is to have an easy-to-use content management system. A content management system is a software program that allows webmasters, or website own…
When working with WordPress, there are many occasions you may need a quick spin WordPress environment without dealing with database setup and a web server. Making WordPress use a SQLite database and r…
A long time ago, 15 years or so I learned PHP 5 and JavaScript as well as HTML and CSS. I was building some pretty cool little apps for fun until I had a major health scare. It took six months to get …
If you dabble in WordPress development even the slightest bit, you know about the famous the_excerpt(); function in WordPress core. If you aren't familiar, the function returns a shortened string of t…
Summary Hi, my name is Bobby! For over a decade, I have been a full-stack developer for various marketing and brand management agencies. This blog will document lessons from my past, offer code and ex…
Hello people, hope you are doing great, welcome to WordPress Tips and Tricks series. In this article, I will be talking about how you can create a free backup for your WordPress site, I will walk you …