Programación

Change and update WordPress URLs in the database when the site is moved to a new host

After migrating a WordPress site to a new URL, either to a live production site or a test development server, the new URL strings in the MySQL database need to be changed and updated in the various database tables of MySQL data. This method only uses the full MySQL database instead of a WordPress export/import […]

Change and update WordPress URLs in the database when the site is moved to a new host Read More »

How to clean WordPress to improve performance and speed

Many people like an orderly environment, both at home and at work. Useless things are removed from the house or office to feel comfortable. Cleaning up your WordPress website can invoke the same sentiments. In a clean environment, working is easier and more enjoyable. The same goes for your site. A well-structured environment with the

How to clean WordPress to improve performance and speed Read More »

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