I have access to the hosting, on which the site is on wordpress, I need to extract HTML, CSS, JS files from it separately, as it were, in order to edit and reload them as a site without a CMS, how can this be done?

  • 2
    You go here: адрес домена\wp-content\themes\нужная тема\ Styles will be at the root, intuitively look at the rest according to templates and catalogs .... look in the functions.php file, see which scripts are loaded from .... - pepel_xD
  • It will be easier to create and edit static files through the HTTrack mirror. - Andrew Hobbit
  • There are 4 themes in wp-content \ themes \, and in all all files have the extension .php and not a single .html - Ivan Ivanov
  • one
    What did you expect to see there? Read below how to look with generated html - pepel_xD

1 answer 1

Open your website + with the right side of the mouse call the dialog box + select and click View source code. In the opened source code, select the link of the file that you need + click on this link + the code of the file will open - copy this code and transfer it to your development environment (for example, NotePad) and note how .. on your computer. So you can create all files on your computer. For HTML code, just copy the source code of the page and transfer it to your development environment.