Forums
(@benjsc)
11 years, 3 months ago
For those that don’t know how to use mysql, put the following in your function.php
$options = get_option( 'wpseo' ); unset($options['disable-author']); update_option( 'wpseo', $options );
It will permanetly make sure author pages are enabled.