通过wordpress仪表盘修改wp_options数据表

  • 时间:2020-05-27 19:03:24
  • 分类:网络文摘
  • 阅读:130 次

在wordpress的数据库中,wp_options数据表存储了大量的有用信息,包括一切自定义字段值、插件设置、博客的信息等等。想要编辑这些信息,通常需要通过数据库管理工具phpMyAdmin进入到网站主机的MySQL中对wp_options表进行操作。其实还有一个更简单的方法,登录到你的wordpress中,通过浏览器访问以下地址:

  1. http://yoursite.com/wp-admin/options.php

你会看到一个wp_options数据表的管理页面,其实这是wordpress仪表盘中的一个隐藏菜单,在这里你可以直接对wp_options表中每一条可编辑的记录进行修改操作。

推荐阅读:
Seven Ways Of Avoiding Summer Brain Drain At Work  How to Prevent Commiting to master/develop branch by Accidents u  How to Construct Binary Search Tree from Preorder Traversal? (C+  How to Compute the Number of Pawns-Captures for Rook in Chess?  Build Your First Node.JS Unikernel with OPS  The Intersection Algorithm of Two Arrays using Hash Maps in C++/  What Businesses Would Be Like if Web Hosting Didn’t Exist?  How to Find the Dominant Index in Array (Largest Number At Least  K Closest Points to Origin Algorithm by using Priority Queues in  Total Number of Ways to Decode the Message via Dynamic Programmi 
评论列表
添加评论