简体   繁体   English

通过数据库来设置屏幕选项wordpress的任何方法吗?

[英]any way to set screen options wordpress via the database?

My products woocommerce page will not load because it is set to show 100 products at the time. 我的产品woocommerce页面无法加载,因为该页面设置为同时显示100个产品。 (server 503 error because of server overload). (由于服务器过载,服务器503错误)。 Is there any way to set this value of 100 back to a lower number via the mysql database of wordpress directly? 有没有办法直接通过wordpress的mysql数据库将此值100设置回较低的数字? Thanks for any help. 谢谢你的帮助。

In the wp_user_meta table there is a row per user that sets this limit. wp_user_meta表中,每个用户都有一行设置此限制。 Look for the meta_key ='edit_product_per_page' and set the meta_value = 20 which is the default. 查找meta_key ='edit_product_per_page'并设置meta_value = 20 ,这是默认值。 You can update it using phpMyAdmin and manually edit the row. 您可以使用phpMyAdmin更新它并手动编辑该行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM