How To Update Contact Form 7 Field Before Mail Sent

In this tutorial I will show you what you need to do in order to update a contact form 7 field before mail sent. I needed to implement this feature because I had to get a code from a txt file and update a certain field with the new code. How to implement a before… Continue reading How To Update Contact Form 7 Field Before Mail Sent

Tutorial how wordpress themes are made

Many of you are wondering how wordpress themes are made or how are working. There is no hard to do a wordpress theme because you have all the informations you need on the internet. All tutorials and steps you need to follow in order to do your first theme are at a click away. First… Continue reading Tutorial how wordpress themes are made

How To Create A Custom Page In WordPress For Begginers – Part 1

Here you will see how you can create a simple custom page in wordpress using the best practices. If you want to start learning web development, wordpress is the best option for you because is not hard to understand and also you can do almost everything you want in this CMS. WordPress has evolved a… Continue reading How To Create A Custom Page In WordPress For Begginers – Part 1

How To Export Woocommerce Orders to XML Using PHP

This tutorial will show you how to export all your woocommerce shop orders in xml file. We will use woocommerce default functions to get all the data we need to generate the xml then when we will access a specific link the xml will be auto generated again and again. If we want to automate… Continue reading How To Export Woocommerce Orders to XML Using PHP

How To Update ACF Fields With Contact Form 7

In the last tutorial I showed you how to create a new custom post type with contact form 7. Now I will show you how to update any acf fields at contact form 7 submission. If you don’t know how to create a custom post type install the cpt ui plugin and it will create… Continue reading How To Update ACF Fields With Contact Form 7

How To Create Custom Post Type From Contact Form 7

Sometimes this action is a required one, especially when your website has a contact form thourgh users can register its own posts. So in this tutorial we will create a post in our custom post type from wordpress at every contact form submission. This is not hard to achive especially if you already have custom… Continue reading How To Create Custom Post Type From Contact Form 7

Custom Validatation For Phone Number Field Contact Form 7

Even if contact form 7 comes with many validation rules for its fields, sometimes you need a custom validation rule for a certain fields. Today we will task as an example the phone number where we will add a custom regex function to check how many numbers the number has and if it start with… Continue reading Custom Validatation For Phone Number Field Contact Form 7

How To Add Link in Contact Form 7 Checkbox

In this tutorial I will show you how to add a link in a contact form 7 checbox. Now we need more than ever to add links in checkboxes due to new GDPR rules because the user must agree with our terms and conditions and we need to have the proof they accepted them.  If… Continue reading How To Add Link in Contact Form 7 Checkbox

How To Add New Option In WP Options WordPress By Ajax – Plugins Development

In this tutorial we will talk about how to add new option in wordpress table named wp options by ajax. I have just used this approach in one of my plugins and I decided to show you an example if you ever need it. It’s very simple to use this options and is very useful… Continue reading How To Add New Option In WP Options WordPress By Ajax – Plugins Development

Implement WordPress Pagination From Scratch

In this article you find all the necessary code to implement wordpress pagination in your blog, or on a custom template. It does not matter if you query for normal wordpress posts or for a specific custom post type. First of all you need to make a query to get posts you need to show… Continue reading Implement WordPress Pagination From Scratch