How to make post_name as searched column?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘How to make post_name as searched column?’ is closed to new replies.