$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Import local site to Wordpress.com|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Import local site to Wordpress.com

matteradmin11PV0评论

There are many questions about the opposite of this question: import from server to local, but it's not the same, so please do not mark as duplicate.

I have installed WordPress with MAMP. After modifying the php and css files, I have my website.

Now I am trying to upload it to Wordpress so it's live. It's a test for university, so no need to have a fancy domain, the free one is enough for me.

I have tried:

  1. Import local press (.xml file)
  2. On WordPress, go to import and import that file
  3. It imports successfully. But then nothing changes. I don't see the media, or the page I created locally.

Any help?

There are many questions about the opposite of this question: import from server to local, but it's not the same, so please do not mark as duplicate.

I have installed WordPress with MAMP. After modifying the php and css files, I have my website.

Now I am trying to upload it to Wordpress so it's live. It's a test for university, so no need to have a fancy domain, the free one is enough for me.

I have tried:

  1. Import local press (.xml file)
  2. On WordPress, go to import and import that file
  3. It imports successfully. But then nothing changes. I don't see the media, or the page I created locally.

Any help?

Share Improve this question asked Dec 31, 2018 at 18:28 regina_fallangiregina_fallangi 1012 bronze badges 3
  • Regina, this stack is for Q&A of Wordpress self-hosted applications. It is not for Wordpress. If you're looking for support with the SAAS you need to be in touch with their support directly. – rudtek Commented Dec 31, 2018 at 20:26
  • "free one is enough for me" If you're modifying PHP files, no it's not. The free version of WordPress does not allow you to upload PHP files. Exporting an XML file will not include PHP or CSS changes anyway. What files have you been modifying? – Jacob Peattie Commented Jan 1, 2019 at 1:51
  • I got in touch with support and this is not possible. I just switched to Firebase and did it in 5 minutes. Free as well. Thanks for the input, though. – regina_fallangi Commented Jan 1, 2019 at 2:25
Add a comment  | 

1 Answer 1

Reset to default 1

Another way to put up a temporary, or development, or staging site is to use poopy.life.
It's a free site on which you can set up a WordPress install and use it for demo or testing, etc. It's a "wordpress" type install, not a install. I believe the site disappears after a short period of time (days? week?) if not used, but I think its lifetime can be extended. It sounds like it would have been a good alternative for you.

There may be a few other sites offering similar services.

I have used it successfully a few times.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far