If you are looking for a versatile mass mailing software, written in PHP and freely provided under … [Read more...]
SEO and other stuff
If you are looking for a versatile mass mailing software, written in PHP and freely provided under … [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