Ден 30.12.2013

How to change WordPress theme via mysql command line

Checking current theme: select * from wp_options where option_name = ‘template’ or option_name = ‘stylesheet’ or option_name = ‘current_theme’; You will see something like this +———–+—————+————–+———-+ | option_id | option_name   | option_value | autoload | +———–+—————+————–+———-+ |       149 | current_theme…