I have been using WordPress all my life (just exaggerating) in building websites, and everything that I need for a website, may it be a blog, a portfolio, or an e-commerce one, can be achieved using WordPress. Despite that, other website owners opt other CMS for several reasons. One of the most popular CMS (for
Continue reading...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 three predefined recurrences defined by WordPress, namely: daily, twicedaily, & hourly. If you want to define your own recurrence, you can
Continue reading...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.
Continue reading...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 enter the credentials needed: smtp_server=smtp.gmail.com smtp_port=465 auth_username=user@gmail.com auth_password=your_password Open php.ini and uncomment sendmail path and enter the path sendmail_path = “\”C:\sendmail\sendmail.exe\”
Continue reading...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 the best ones for your needs. As of now, I’m able to manage 3 accordion plugins, and I’m planning to review
Continue reading...Have you already set up a front end dashboard as discussed here? If not yet, just create a new page and add this shortcode: Now that you have a front end dashboard, you might not like the way it’s presented or you just want to add/remove certain details. Here’s what you must do: Create a
Continue reading...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 want to make their customers feel that they are not redirected somewhere. To set up one, simple create a page and
Continue reading...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 custom metaboxes which will contain custom fields for the desired post types. To make the implementation of a custom metabox easier,
Continue reading...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.
Continue reading...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.
Continue reading...