Your cart is currently empty!
Comenzar proyecto en WordPress
En wp-config.php
/*Poner modo debug*/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
/*Cambiar uploads a media*/
define( 'UPLOADS', 'media' );