Add `id` and `class` attributes to a Contact Form 7 form element
Using Contact Form 7 you can easily add id and class attributes to your form element by adding the html_id and html_class attributes directly to...
Home ยป
Using Contact Form 7 you can easily add id and class attributes to your form element by adding the html_id and html_class attributes directly to...
Contact Form 7 continues to be one of the most popular WordPress form plugins for developers. Something that is often experienced when using the plugin...
Contact Form 7 is one of the leading WordPress form plugins and is highly rated among WordPress developers. Whilst using the plugin you may come...
A shortcode is a piece of text you can use in the WordPress content area to invoke a function to accomplish a specific task. Many...
When developing custom WordPress themes it is sometimes useful to be able to see at a glance which theme template file is being loaded for...
The `wp_list_pages` query is a great way to display your WordPress pages in list format as part of your WordPress theme template. Sometimes you may...
It is not always necessary for all of your scripts and styles to be loaded on every page of your website. In this scenario it...
As a local business it is important to budget efficiently, therefore perhaps it is not surprising that one of the first questions I normally get...
WordPress is the world’s most popular content management system (often referred to simply as a ‘CMS’). A CMS is an administration interface upon which your...