通过wordpress仪表盘修改wp_options数据表
- 时间:2020-05-27 19:03:24
- 分类:网络文摘
- 阅读:149 次
在wordpress的数据库中,wp_options数据表存储了大量的有用信息,包括一切自定义字段值、插件设置、博客的信息等等。想要编辑这些信息,通常需要通过数据库管理工具phpMyAdmin进入到网站主机的MySQL中对wp_options表进行操作。其实还有一个更简单的方法,登录到你的wordpress中,通过浏览器访问以下地址:
- http://yoursite.com/wp-admin/options.php
你会看到一个wp_options数据表的管理页面,其实这是wordpress仪表盘中的一个隐藏菜单,在这里你可以直接对wp_options表中每一条可编辑的记录进行修改操作。
推荐阅读:#FatGirlsCan Blogger’s Book Released in Paperback Cost-Effective Online Management Tools for Bloggers and Small Bu Want More Followers? Try Facebook Notes Backing Up Your Data 101 How to Remove Duplicate Elements from Vector in C++ using std::u Javascript’s HashSet Implementation using Hash Map Using the OpenSSL command to Test the SSL Certificate Algorithm to Shuffle String in Python3 According to Index Depth First Search Algorithm to Find the Strobogrammatic Number Depth First Search Algorithm to Compute the Diameter of N-Ary Tr
- 评论列表
-
- 添加评论