• mysql> select post_name from wp_posts where post_name like “%screen%”;
    +————————————-+
    | post_name |
    +————————————-+
    | howto-proper-screencasting-on-linux |
    | screenshot-from-2015-07-23-160454 |
    | screenshot-from-2015-08-09-214243 |
    | screenshot_2015-11-08-22-19-38 |
    +————————————-+
    4 rows in set (0.00 sec)

    Nothing can be searched when to input screen at the right top of the dashboard –search posts.

    How to set my wordpress to make post_name as searched column?

Viewing 1 replies (of 1 total)
  • Thread Starter luofeiyu

    (@luofeiyu)

    I have tried `search everything1 plugin,it can’t get the result such as
    select post_name from wp_posts where post_name like "%screen%";
    when to input screen in the serch posts.
    Can not search everything.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make post_name as searched column?’ is closed to new replies.