orchardheightsdental Posted September 16, 2022 Share Posted September 16, 2022 Would anyone be able to advise me on how to move my site to wordpress? Link to comment Share on other sites More sharing options...
BrendonKoz Posted September 16, 2022 Share Posted September 16, 2022 I'll try to spare you from the, "Why would you want to [...]" question, as there are any various reasons why someone would want/need to migrate one way or another. Because ProcessWire is a Content Management Framework that helps a developer create a Content Management System, it's so varied in how it could be created that it might not be a simple export and re-import. Custom tools might need to be built -- or you might be lucky if the site is simple enough, you could potentially take advantage of something like the Import/Export modules, but those are often purpose-built for singular purposes as well. With few exceptions, all content should be in the template files and in the database. With some properly crafted SQL queries, you could get the data that you need. You could then rearrange those SQL queries as an insert into WordPress -- or convert it into a format that WordPress has an importer for. If this is your website though, it looks fairly custom with page partials used to build out the full page. If you're not a developer, you might need the direct help of a developer. 3 Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 16, 2022 Author Share Posted September 16, 2022 57 minutes ago, BrendonKoz said: I'll try to spare you from the, "Why would you want to [...]" question, as there are any various reasons why someone would want/need to migrate one way or another. Because ProcessWire is a Content Management Framework that helps a developer create a Content Management System, it's so varied in how it could be created that it might not be a simple export and re-import. Custom tools might need to be built -- or you might be lucky if the site is simple enough, you could potentially take advantage of something like the Import/Export modules, but those are often purpose-built for singular purposes as well. With few exceptions, all content should be in the template files and in the database. With some properly crafted SQL queries, you could get the data that you need. You could then rearrange those SQL queries as an insert into WordPress -- or convert it into a format that WordPress has an importer for. If this is your website though, it looks fairly custom with page partials used to build out the full page. If you're not a developer, you might need the direct help of a developer. Oh man, that helps SO much! Thanks for taking the time to respond, Brendon :) I really appreciate it Link to comment Share on other sites More sharing options...
bernhard Posted September 17, 2022 Share Posted September 17, 2022 11 hours ago, BrendonKoz said: I'll try to spare you from the, "Why would you want to [...]" question, as there are any various reasons why someone would want/need to migrate one way or another. That's of course true, but it would still be interesting to hear. For example if the reason is that the ProcessWire page is slow and a WordPress site would be faster, than that would be a wrong assumption and making the ProcessWire site faster would be maybe two hours of work while migrating the site to WordPress would easily be multitude of that... 23.4MB for the homepage is really not a good value and just by optimising your slider images (which should be as easy as using $img->maxSize(...)->url instead of just outputting the image in its original resolution via $img->url what your site is doing) you are able to speed up the site significantly. Then purchase and install ProCache and your site is insanely fast. That might be all you need. Because I think the design is nice and it also looks nice on mobile. So why throw that in the bin? If there are other reasons then these optimisations might be irrelevant of course. So it would be nice to hear your reasons ? 4 Link to comment Share on other sites More sharing options...
flydev Posted September 17, 2022 Share Posted September 17, 2022 (edited) You can also use the core module `ProcessPagesExportImport` to obtain a JSON config of the export, and then from wordpress, you can just make a script to create the pages you want. A simple google search give `plugins/json-content-importer` as a result, by the title it seem it can do the job by mapping field and value, but in reality, I do not have damn clue. Edited September 17, 2022 by flydev ?? google search ex. 2 Link to comment Share on other sites More sharing options...
Martinus Posted September 17, 2022 Share Posted September 17, 2022 I can only follow up on what I know of wordpress - 'out of the box' of what you are buying of course. But processwire has kept me going and going into depths of possibilities, freedom of what I need and want to do with a website, and so much more beyond that. I like the learning curve and anything involved in PW. I never did that with WP. I personally do not use Wordpress anymore because of the lack of support, the limits of what I need, and the ease of what I have with PW. But for whatever reason you desire to go to WP - I wish you the best of what you can get out of it and hope you succeed. 2 Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 On 9/17/2022 at 2:06 AM, bernhard said: That's of course true, but it would still be interesting to hear. For example if the reason is that the ProcessWire page is slow and a WordPress site would be faster, than that would be a wrong assumption and making the ProcessWire site faster would be maybe two hours of work while migrating the site to WordPress would easily be multitude of that... 23.4MB for the homepage is really not a good value and just by optimising your slider images (which should be as easy as using $img->maxSize(...)->url instead of just outputting the image in its original resolution via $img->url what your site is doing) you are able to speed up the site significantly. Then purchase and install ProCache and your site is insanely fast. That might be all you need. Because I think the design is nice and it also looks nice on mobile. So why throw that in the bin? If there are other reasons then these optimisations might be irrelevant of course. So it would be nice to hear your reasons ? I'm a desginer looking to make changes to the site and I know absolutely nothing about ProcessWire... that's the basic reason behind the question ? Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 On 9/17/2022 at 2:07 AM, flydev ?? said: You can also use the core module `ProcessPagesExportImport` to obtain a JSON config of the export, and then from wordpress, you can just make a script to create the pages you want. A simple google search give `plugins/json-content-importer` as a result, by the title it seem it can do the job by mapping field and value, but in reality, I do not have damn clue. Hmm... I don't see the `ProcessPagesExportImport` option in the core module.. ? Link to comment Share on other sites More sharing options...
flydev Posted September 18, 2022 Share Posted September 18, 2022 17 minutes ago, orchardheightsdental said: Hmm... I don't see the `ProcessPagesExportImport` option in the core module.. ? You can find the module in Modules > Install > ProcessPagesExportImport Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 6 minutes ago, flydev ?? said: You can find the module in Modules > Install > ProcessPagesExportImport Damn, I don't see it in there either :( Do you know how I can see what version of PW I'm running? Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 I'm definitely not a developer ? 1 Link to comment Share on other sites More sharing options...
flydev Posted September 18, 2022 Share Posted September 18, 2022 @orchardheightsdental the version is on the bottom-left corner once in the admin page. And the module is available, if i'am correct since the version 3.0.68. 1. Click on the Modules link and follow my screenshot 1 Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 1 minute ago, flydev ?? said: @orchardheightsdental the version is on the bottom-left corner once in the admin page. And the module is available, if i'am correct since the version 3.0.68. Okay - I'm running ProcessWire 3.0.24 devns ... Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 On a scale of 1-10 how complicated is it to run an update? Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 3 minutes ago, flydev ?? said: @orchardheightsdental the version is on the bottom-left corner once in the admin page. And the module is available, if i'am correct since the version 3.0.68. Also - THANK YOU SO MUCH for your advice flydev ?? Link to comment Share on other sites More sharing options...
flydev Posted September 18, 2022 Share Posted September 18, 2022 1 to 10 ? => 1 ??? Please, make a backup, that is your most important step to do/follow/complete with success before going further. And just in case: https://processwire.com/docs/start/install/upgrade/ https://processwire.com/modules/process-wire-upgrade/ Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 18, 2022 Author Share Posted September 18, 2022 4 minutes ago, flydev ?? said: 1 to 10 ? => 1 ??? Please, make a backup, that is your most important step to do/follow/complete with success before going further. And just in case: https://processwire.com/docs/start/install/upgrade/ https://processwire.com/modules/process-wire-upgrade/ ?????? Link to comment Share on other sites More sharing options...
MarkE Posted September 18, 2022 Share Posted September 18, 2022 31 minutes ago, orchardheightsdental said: I'm definitely not a developer If you are a designer not a developer, then I would suggest trying to move a site from one CMS to another is a bit of an ask. If you are happy with the structure and just want to modify content, then you should be able to do that in ProcessWire without any particular technical or coding skills. If you want a new look and feel and don’t want to use a developer, then maybe start from scratch in WP, just copy and paste what content you need. That assumes that you are proficient in WP. I gave up on WP because, while it looks simple, the complexity goes up exponentially the more you try to do. 5 Link to comment Share on other sites More sharing options...
orchardheightsdental Posted September 21, 2022 Author Share Posted September 21, 2022 Is there anyone who could guide me to toward any "reset password" documentation? Link to comment Share on other sites More sharing options...
bernhard Posted September 21, 2022 Share Posted September 21, 2022 https://www.google.com/search?q=site%3Aprocesswire.com+reset+password https://processwire.com/talk/topic/26189-reset-admin-password-or-add-superuser-rol/?do=findComment&comment=217769 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now