Я пытаюсь создать страницу Wordpress, используя запрос MySQL.Вот мой запрос.
INSERT INTO wp_posts (`post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`)
VALUES (1, '2010-11-29 14:05:04', '2010-11-29 08:05:04', 'cool.', 'Nice', '', 'publish', 'open', 'open', '', 'nice', '', '', '2010-11-29 14:05:04', '2010-11-29 08:05:04', '', 0, 'http://exampleurl.net/', 0, 'page', '', 0);
Если я выполню вышеуказанный запрос, он создаст новую страницу.Теперь, если я пытаюсь перейти на страницу с помощью браузера, он показывает мне
Not Found
Apologies, but the page you requested could not be found.
Примечание: я использую пользовательскую постоянную ссылку: /%category%/%postname%.