Category

WordPress

Formidable FormjQueryPHPWordPress
June 25, 2019

Search By City filter for Multiple Names with Same City

Let’s consider the event registration form, User has to enter their city name for the event registration. Some user will register their City by typing Bangalore and some users will register their city by typing Bengaluru. Same cities will have multiple names. If website visitors / admin wants to check…
Read More
WordPress
June 24, 2019

WordPress Custom Meta Box

How to create a custom meta box in WordPress Admin Interface without using the plugin? Create a custom Meta box container. Create a function for Meta box content. Create a function for Save the data of the Meta field. Meta Box We can add a meta box to any post…
Read More