How to customize a site hosted on wordpress.com locally [closed]

WordPress com doesn’t allow you to upload any customization, other than CSS via their paid customization feature. Notably you can download WordPress com themes (link is available in sidebar of theme info page) and use them in self hosted installation. However, given that WP com doesn’t provide source for much of its environment, it’s unlikely … Read more

I want to edit it on my laptop as a child theme and transfer the files to my server. I don’t know how

You’ve got a few hefty questions there so I’ll point you in the right direction. Run wordpress locally. You need MAMP (for mac) or WAMP (for windows). It’ll work just like your live site but the files will be on your computer. More info: https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP Make a child theme for your site. This will allow … Read more

Problem copying WordPress site to localhost server

The web server, apache in your case, is listening on port:80 on your localhost. You can tell apache to serve one particular folder based on request name (let’s call it virtual host). To teach apache about that, explore your apache folder (apache/conf/extra/httpd-vhosts.conf) and add : <VirtualHost *:80> DocumentRoot “/www/example1” ServerName www.example.com </VirtualHost> more info https://httpd.apache.org/docs/2.4/vhosts/examples.html

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)