News

10 WordPress wp-config codes to improve your website

The WordPress admin makes it easy to manage settings without touching a line of code. These basic configuration settings are stored in the wp-options table within the database. But, WordPress also has a separate configuration file, called wp-config.php, which can be used for other customizations. Wp-config is the file where your custom hosting details (database […]

10 WordPress wp-config codes to improve your website Read More Ā»

Tricks with .htaccess to increase security in WordPress

Ā  WordPress security is one of the most undermined factors among novice bloggers. In an unattended WordPress installation, there are quite a few potential vulnerabilities left unattended. Most WordPress installation tutorials explain a quick and easy way to get WordPress up and running in minutes. But some important safety factors are lost. For example, browsing

Tricks with .htaccess to increase security in WordPress Read More Ā»

wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress

If you use the Contact Form 7 forms plugin in WordPress and, like me, you keep checking load times, it is likely that you have noticed the slowness of the wpcf7_is_ajax_call component. The reason is an incompatibility between both systems that we can solve by adding the following lines in the functions.php of your template,

wpcf7_is_ajax_call: Improve Contact Form 7 AJAX load time in WordPress Read More Ā»

Guide to special tags for Contact Form 7 forms for WordPress

Contact form 7 is a plugin that allows you to configure forms for WordPress in a visual way. CF7 has a visual editor with which creating a form and integrating it into a page becomes a simple task that does not require programming. However, its simplicity hides an extensive group of possibilities with which to

Guide to special tags for Contact Form 7 forms for WordPress Read More Ā»

Scroll to Top