How to Use WP Cron
Scheduling an event in WordPress is very common. This functionality is commonly known as CRON. Here are the steps on how to can create CRON tasks. Step 1: Determine the desired recurrence There are...
/ Stuffs About Website Development /
Scheduling an event in WordPress is very common. This functionality is commonly known as CRON. Here are the steps on how to can create CRON tasks. Step 1: Determine the desired recurrence There are...
How to Remove GIT Tracking From a Project Command: rm -rf .git This command will remove all related GIT information such as files not committed, current committed files that needs to be pushed, etc....
There are several ways that could make PHP mail() function work in localhost. I haven’t tried them except for the solution below: Download sendmail and extract it on your desired location. Open sendmail.ini and...
When looking for an accordion plugin, there are so many options to choose from. I did this review so that I can help you minimize the time that you’re going to spend in finding...
Have you already set up a front end dashboard as discussed here? If not yet, just create a new page and add this shortcode: [insert-code id=1] Now that you have a front end dashboard,...
For woocommerce websites, allowing customers/users to access dashboard in the front end has been a necesity. Customers can access them via default dashboard, which has a different layout than their website, the owners just...
Default and custom types already have default fields that we can fill in, but what it we need custom data for these post types? In this kind of need, we can opt to create...
While browsing for a new theme from WordPress.org, I bumped into a lot of nice looking themes. I listed the top seven nicest themes for me.
If you just purchased a new domain and don’t know how to add it to your GodaddayWeb Hosting account, here’s how you should do it.
In this aritcle, you will learn how to customize or style radio buttons and checkboxes using the latest jquery and css.