
WordPress
CodingIsFun
function myProfile(){
let major= ['English', 'Computer Science and Technology'];
let career_goal = 'front-end development';
let motto = 'Pressing on is my only option';
}
展开
-
How to Manually Upgrade WordPress, Themes & Plugins 如何手动升级WordPress, 主题和插件
原文地址:https://www.wordfence.com/learn/how-to-manually-upgrade-wordpress-themes-and-plugins/If you have set restrictive file permissions on your site you may have to upgrade your WordPress core, th...转载 2019-06-26 22:16:39 · 761 阅读 · 0 评论 -
How to Install WordPress Manually
How to install WordPress ManuallyBasic Instructions#Basic InstructionsHere’s the quick version of the instructions for those who are already comfortable with performing such installations. Mor...原创 2019-07-09 22:06:09 · 512 阅读 · 0 评论 -
解决安装WordPress 插件时出现“The uploaded file exceeds the upload_max_filesize directive in php.ini.”的错误提示
找到WordPress安装目录下的.htaccessfile文件并编辑,添加下面一行文字:php_value upload_max_filesize 256M然后重启Apache, PHP, MySQL.如果上述方法不能解决问题,可以尝试其他方法,详见:https://www.hostinger.com/tutorials/fix-the-uploaded-file-exceeds-t...原创 2019-07-22 23:21:51 · 3388 阅读 · 0 评论