How to get the domain from the URL? It depends!Lately i've spent some time trying to figure out … [Read more...]
SEO and other stuff
How to get the domain from the URL? It depends!Lately i've spent some time trying to figure out … [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