aarkhipov
Forum Replies Created
-
Подключитесь к БД через PHPMyAdmin и поправьте нужные поля, если считаете, что дело всё таки в адресе. Таблица wp_options вроде называется.
К сожалению, я не знаю, чем может быть вызвана ваша ошибка
Думаю, у вас другая проблема
Мне помогло открыть “Настройки – Общие” и заполнить поля “Адрес WordPress” и “Адрес сайта”.
Forum: Plugins
In reply to: [User Role Editor] How can I set a role to the user programmatically?Ok, I got it. There is the “role” argument in the wp_update_user function. We can use it to set a role programmatically:
wp_update_user(array( 'ID' => $user_id, 'role' => 'my-custom-role' ));Hello, pimjitsawang. You are right, the fields were empty. Thanks
Forum: Plugins
In reply to: [Post Type Archive Link] The Meta Box does not appearI think I found the problem – http://prntscr.com/42dsuk. I do not know, what is this css rule doing here, but when I disabled it the metabox appeared
Forum: Plugins
In reply to: [Post Type Archive Link] The Meta Box does not appearSame problem. It works on localhost but not on the production server.
I disabled all my plugins and it does not helps. WP 3.9.1