WordPress

How to install Wordpress on your hosting

Manuale

This manual is designed to guide the user step by step through the process of automatically installing WordPress using the SWPanel control panel. This allows you to have a fully functional website within minutes, without the need for complex manual install (...)

Change WordPress language

Manuale

The automated WordPress installation will install WordPress according to the language you have configured in SWPanel, for example, if you have SWPanel in Spanish, WordPress will be installed in that language. However, the language can be changed once insta (...)

Change WordPress password

Manuale

Si dispones de un WordPress instalado desde SWPanel y has perdido el correo con las credenciales originales de administrador enviadas el día de la instalación, o simplemente no recuerdas la contraseña de acceso, podrás cambiarla fácilmente siguiendo este m (...)

Adding FTP data in WordPress

Manuale

Updates to plugins or the WordPress core itself require access data to the FTP server. Normally they will be requested every time, but we can choose to include them in the WordPress configuration files so that they will not be requested again. Here is how (...)

Configure permanent links (permalinks) in WordPress

Manuale

Configure the permanent links (or permalinks) of your WordPress site is one of those essential tasks that you have to do before starting generating content. A correct configuration of permanent links allows you to: Generate clear and understandable URLs. (...)

Configure plugin for sending mail (WP Mail SMTP) in WordPress

Manuale

It is possible that one of the needs of your WordPress site is to send email, using the "wp_mail()" function. Among others, it is usually used for sending: Contact forms Confirmation messages (registrations, orders...). Notifications to customers. We exp (...)

How to migrate your WordPress with the All-in-One WP Migration plugin

Manuale

Introduction The All-in-One WP Migration WordPress plugin allows you to export your current WordPress website as a backup saved in a single file with the .wpress extension, which you can then import into any other WordPress website. In addition, the All-in (...)

Configure automatic redirection to secure connection 'https' (Really Simple SSL plugin)

Manuale

Por defecto, una vez instalado tu certificado SSL, las visitas a la versión no segura ("http://www.tudominio.com") no serán automáticamente redirigidas a la versión segura ("https://www.tudominio.com"). Te indicamos cómo configurar en WordPress la redirecc (...)

How to activate debug mode in Wordpress

Manuale

Activate debug mode in Wordpress The debug mode is a WordPress tool that can be very useful, in order to obtain the error messages that your website made in WordPress is giving you. To activate this mode, you must edit the wp-config.php file that is in the (...)

wp-config.php of my WordPress

Manuale

The wp-config.php is one of the most important parts of our WordPress. This file allows us to perform the basic configuration of any WordPress, as it is where the main "low level" options are that allow us to have the CMS working. The wp-config.php file is (...)