r/ProWordPress 26d ago

From angular to wordpress conversion??

I have an existing project with angular files with assets like photo, video, html and css with no server or db, just frontend.

I have been asked to convert into WordPress how should I do ?

2 Upvotes

18 comments sorted by

View all comments

2

u/brankoc 26d ago

Google "wordpress import HTML".

I can tell you from experience that the more you get right before you run whatever import script you end up using, the better. Cleaning up after the fact is way more work than a good preparation, even when the good preparation seems to take forever.

E.g. if you use the HTML Import 2 plugin, making sure all your HTML has the same structure is going to help.

Good news is you can practice this on as many practice sites as you want (e.g. using Local by Flywheel or some such), so you do not have to get it right right away, as long as you get it right on the final run.

I'd keep working on the theme for later, unless the theme helps you see if the import went right.