Wordpress 如何加载本地html文件以创建主机?

Wordpress 如何加载本地html文件以创建主机?,wordpress,web,Wordpress,Web,我想建立一个由几个静态页面组成的个人主页,如 关于我、联系人、爱好等 我觉得wordpress对于这个目的来说太复杂了 我喜欢的方式如下: 将某人主页的源代码下载到我的本地磁盘,例如 修改内容,使他的名字改为我的名字,他的隶属关系改为我的,等等 将此本地htmls上载到web 我不知道怎么做第三步。我目前从namecheap购买了一个域名,它托管在hostblue上。Wordpress安装在主机上,但我发现习惯它奇特的用户界面是一种浪费时间的行为——这就是为什么我更喜欢一种简单的方式 有人能告诉

我想建立一个由几个静态页面组成的个人主页,如 关于我、联系人、爱好等

我觉得wordpress对于这个目的来说太复杂了

我喜欢的方式如下:

  • 将某人主页的源代码下载到我的本地磁盘,例如
  • 修改内容,使他的名字改为我的名字,他的隶属关系改为我的,等等
  • 将此本地htmls上载到web 我不知道怎么做第三步。我目前从namecheap购买了一个域名,它托管在hostblue上。Wordpress安装在主机上,但我发现习惯它奇特的用户界面是一种浪费时间的行为——这就是为什么我更喜欢一种简单的方式


    有人能告诉我怎么做第三步吗?谢谢

    您正在寻找类似FileZilla的FTP客户端:您正在寻找类似FileZilla的FTP客户端:
    Follow these steps:
    1) Download fresh copy of wordpress.
    2) Copy any theme and rename according to your wish. Open it and go to style.css
       remove all css code from "style.css" file. Now copy your static site's css 
       and paste in "style.css" file. But at the top of css write this code:
       /*
       Theme Name: Your Theme Name
       */
     3) Open Filezilla and fill the server details ( eg. hostname, password, username ).
     4) If you are connected, open public_html folder and upload wordpress folder here.
     5) It will take time to upload. Wait...
     6) If successfully uploaded to the host, open your browser and type your sitename.
     7) You will be asked to fill some information ( eg. database name, password etc ).
     8) If you filled all information correctly then good.
        Cheers!!! Your site is ready on Wordpress.
        Let me know what happened?