简体   繁体   English

如何自定义wordpress多站点安装并添加自己的HTML5代码?

[英]How can I customize a wordpress multi-site install and add my own HTML5 code?

So this is my goal and I'm hoping that wordpress multi-site will do it for me. 所以这是我的目标,我希望wordpress多站点能够为我做这件事。

Basically they sign up, get their own subdomain, get a stripped down wordpress multisite blog with just a form so they can upload audio files and photos. 基本上,他们注册,获取自己的子域,仅使用一种表格即可获得精简的wordpress多站点博客,以便他们可以上传音频文件和照片。 I also want them to be able to upload a custom header file if they choose. 我还希望他们能够选择上传自定义头文件。

When other users see their site they will see a music player, header, some photos, and the information entered into the form as descriptions for music and photos. 当其他用户看到他们的站点时,他们将看到音乐播放器,标题,一些照片以及在表格中输入的信息,作为音乐和照片的描述。

Each user upon sign in will have their ow xml file and directory. 每个用户登录后都将拥有其ow xml文件和目录。

I want the music player to use a custom music player I have written that will populate itself from the users xml file and a mysql db. 我希望音乐播放器使用我编写的自定义音乐播放器,该音乐播放器将从用户xml文件和mysql数据库中填充自身。

In the future id like to be able to pull random audio and photos from all users and make a completely seperate playlist of songs and what not. 将来,id希望能够从所有用户那里提取随机音频和照片,并制作一个完全独立的歌曲播放列表,而不是其他。

I don't want to use plugins, i'd prefer to code as much of it myself as possible while also coding as little of it as possible, if that makes any sense? 我不想使用插件,我更愿意自己编写尽可能多的代码,同时也编写尽可能少的代码,如果这样做有意义的话?

Is a stripped down wordpress multi-site the best way to do this? 精简版Wordpress多站点是做到这一点的最佳方法吗? Or should I simply code the whole thing myself in Html 5? 还是我应该自己用HTML 5编写整个代码?

Also, and tutorials, resources, code, whatever that's provided will be greatly appreciated. 此外,无论提供什么教程,资源,代码,我们将不胜感激。 I'm looking for guidance. 我正在寻找指导。

get a stripped down wordpress multisite blog with just a form so they can upload audio files and photos. 得到一个精简的wordpress多站点博客,其中包含一种表格,以便他们可以上传音频文件和照片。 I also want them to be able to upload a custom header file if they choose. 我还希望他们能够选择上传自定义头文件。

This just involves removing a bunch of the menu items. 这仅涉及删除一堆菜单项。 Look at the "Menus" plugin in the repo. 查看仓库中的“菜单”插件。

When other users see their site they will see a music player, header, some photos, and the information entered into the form as descriptions for music and photos. 当其他用户看到他们的站点时,他们将看到音乐播放器,标题,一些照片以及在表格中输入的信息,作为音乐和照片的描述。

That'd be just a theme. 那只是一个主题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM