WP can't create new directory

时间:2016-01-05 作者:fabionr

Edit2: 我将问题从“WP没有自动添加主题”重命名为“WP不能创建新目录”,因为我发现问题有点复杂。我所做的任何涉及将数据写入的操作都会出现相同的错误/var/www/html/wordpress. 我已经试过了here, 还试图gpasswd -a www-data sudo 什么都没有。。。我现在不知道该怎么办。/Edit2

我只是跟着this 教程中,我和他在02:30到03:30时做的完全一样:在/wp-content/themes/mytheme, 在mytheme内部添加了一种样式。css和索引。php。当我转到dashboard时,它并没有自动添加,所以我尝试上载主题。手动压缩。现在我收到错误消息“无法创建目录”。我已经设置好了chmod -R 777 到wordpress文件夹,但仍有此

Edit:

的输出ls -la /var/www/html/wordpress:

lrwxrwxrwx 1 fabio www data 20 Jan 4 16:45/var/www/html/wordpress->/usr/share/wordpress

的输出ls -ld /usr/share/wordpress:

drwxrwx 5 www data root 4096 Jan 8 15:46/usr/share/wordpress

在我的主题文件夹中index.phpstyle.css, 这就是他们的atm方式:

index.php:

<h1>Hello, world!</h1>
style.css:

/*
Theme Name: ThemeTutorial
Theme URI: http://github.com/FabioNevesRezende
Author: fabiotk
Author URI: http://github.com/FabioNevesRezende
Description: Descrição do tema
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

Este tema foi criado por Fábio Neves Rezende
*/
我放置那些github链接只是因为我没有其他链接可以放置,我认为这不会产生任何错误,对吗?

1 个回复
SO网友:Jay Neely

符合你的风格。css文件顶部有类似的内容,是根据您的主题定制的吗?

/*
Theme Name: ! Startups in Boston
Theme URI: http://bostonstartupsguide.com/
Author: Jay Neely
Author URI: http://socialstrategist.com
Description: Theme for BostonStartupsGuide.com. Initially built using Whiteboard Framework (http://whiteboardframework.com), redesigned using HTML 5 Boilerplate and inspired by 960.gs.
Version: 1.0
 */

相关推荐

About wordpress child themes

我对WordPress和儿童主题有一些问题。据我所知,如果我不想在更新主题时失去任何东西,使用子主题是很重要的。我是WordPress的初学者,到目前为止,我一直在使用PageBuilder(管理面板上的板载自定义选项)自定义我的网站,并在“附加CSS”选项中加入几行CSS。所有这些都是在主主题上完成的(只是玩转尝试学习),现在我想开始使用一个儿童主题。问题如下:我不知道我是否可以像通过管理界面设计父主题那样设计我的子主题,或者我是否必须通过文本编辑器(在我的计算机上,然后通过FTP等方式上传)对所有内容