Moving a website to a new hosting, i had the problem of importing the database. In fact, export was … [Read more...]
SEO and other stuff
Moving a website to a new hosting, i had the problem of importing the database. In fact, export was … [Read more...]
By default, WordPress keeps you logged in for 14 days (if you flag the “Remember me” checkbox). If you want to change this period to something different, you only have to add these lines to the functions.php of your theme: add_filter( ‘auth_cookie_expiration’, ‘keep_me_logged_in_for_1_year’ ); function keep_me_logged_in_for_1_year( $expirein ) { return 31556926; // 1 year in [...]
Copyright © 2013