W
websgp
Dseda
Redactor
Con este truco ,wordpress cargar mucho más rapido ,abrir el archivo wp-config y añadir estas lineas
Fuente: http://ayudawordpress.com/acelera-wordpress-definiendo-llamadas-a-funciones/
Insertar CODE, HTML o PHP:
define('WP_HOME', 'http://www.tusito.com'); // blog url
define('WP_SITEURL', 'http://www.tusito.com'); // site url
define('TEMPLATEPATH', '/ruta/absoluta/a/wp-content/themes/tutema');
define('STYLESHEETPATH', '/ruta/absoluta/a/wp-content/themes/tutema');
Fuente: http://ayudawordpress.com/acelera-wordpress-definiendo-llamadas-a-funciones/
Última edición por un moderador: