修改 wp-config.php file, 在這個 file 裡面找出這句 define('DISALLOW_FILE_EDIT', true); 把 true 改為 false save 之後再打開 WordPress 後台,在 Appearance 便可看見 Theme Editor。
WordPress 如何開啟 Theme Editor
read more
修改 wp-config.php file, 在這個 file 裡面找出這句 define('DISALLOW_FILE_EDIT', true); 把 true 改為 false save 之後再打開 WordPress 後台,在 Appearance 便可看見 Theme Editor。
The simplest way to set up a WordPress development environment is to use virtualization, I've to try XMAPP, local by flywheel, in the end, I find that setup my own Linux virtual machine is the most stable way to develop WordPress site locally. Just find out you can do...
Container Properties for the Parent (flex container) .container { display: flex; /* or inline-flex */ } flex-direction .container { flex-direction: row | row-reverse | column | column-reverse; } flex-wrap .container{ flex-wrap: nowrap | wrap | wrap-reverse; }...
tr:nth-child(even) {background: #CCC} tr:nth-child(odd) {background: #EEE}