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?
1 answer
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.
|
адрес домена\wp-content\themes\нужная тема\Styles will be at the root, intuitively look at the rest according to templates and catalogs .... look in thefunctions.phpfile, see which scripts are loaded from .... - pepel_xD