如何将JSON数据添加到wordpress页面?

我正在尝试在worpdress主题页面上查看json文件。我已经下载了json数据文件。我将文件上传到根目录下的Wordpress网站。我尝试了多种显示数据的方法, 但是没有任何效果。如何显示数据然后格式化?


#1


对于装饰, 这取决于数据是什么。要将数据放入数组变量中(如果它已在已上传的文件中), 我将在PHP中执行以下操作:

$data_json = file_get_contents("path/to/the/json/file");
$data_arr = json_decode($data_json, true);
var_dump($data_arr);

来源:

https://www.srcmini02.com/67289.html

微信公众号
手机浏览(小程序)

Warning: get_headers(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(): Failed to enable crypto in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57

Warning: get_headers(https://static.shanhubei.com/qrcode/qrcode_viewid_40116.jpg): failed to open stream: operation failed in /mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line 57
0
分享到:
没有账号? 忘记密码?