我在wordpress中创建自定义主题。当我在博客编辑器中更改某些样式时(例如:颜色, 大小, 布局…)。 html标记类已更改, 但不会影响网站
我尝试了布局列。 html类被更改为这样
<div class="wp-block-columns has-2-columns">
<div class="wp-block-column">
...
但它仍然是一栏, 没有样式改变
#1
我得到了答案。
我只是忘了添加wp_head();内标
来源:
https://www.srcmini02.com/64518.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_41344.jpg): failed to open stream: operation failed in
/mydata/web/wwwshanhubei/web/wp-content/themes/shanhuke/single.php on line
57