Adding of Custom Fields in WordPress Category
I have created a class that you can use so that you can easily add custom fields to WordPress category. To use it, follow the simple steps below: Step 1: Download the class and...
I have created a class that you can use so that you can easily add custom fields to WordPress category. To use it, follow the simple steps below: Step 1: Download the class and...
Step 1:Â Add these two jquery functions. Step 3: Call the following function to make your table sortable: Where the parameter is an array of the selector of the sortable rows. In the example...
Adding tabs to your WordPress websites is so easy. Just follow the few steps listed below. Step 1: In your php file, add the following: Step 2: Add the following html codes to wherever...
When I need to create a pdf using PHP, I prefer to use the TCPDF library, because I find it easy to use and flexible. I the tutorial Create a PDF Using PHP and...
There are so many ways to create a class in JavaScript, but this one is the easiest and simplest for me.
I just wanna share how I easily upgraded a magento website from version 1.9.1.1 to 1.9.2.4.
Creating a graph is very easy with the aid of SVGGraph library. You can download it here. This library supports almost all kinds of graphs such as pie graph, line graph, bar graph, and...
If you search online about how to create a PDF using PHP, you will find so many ways on how to do it. There are so many libraries that you can download together with...
By following the tutorial below, you can add as many media uploader field on your wordpress dashboard form. Step 1. call wp_enqueue_media() on your php file. Step 2. Create the button field by adding...
Are you creating a plugin or theme and you want the user to uploaded photos, files, etc. on the front end page of the website? Adding a media uploader in the front end is also as easy as adding it on the backend, but you have to used the codes here: