How do I put a word-press blog into my static site without installing wordpress on server?

I think that you should have a look at the WordPress API. https://developer.wordpress.org/rest-api/reference/posts/#example-request It allows you to fetch all posts with Javascript or any other language. e.g. jQuery.ajax({ type: ‘GET’, url: “http://example.com/wp-json/wp/v2/posts”, success: function(data) { var obj = JSON.stringify(data); var result = jQuery.parseJSON(obj); console.log(result); } });

Move static site to WordPress [closed]

There are many sites that can help you become more familiar with how WordPress works. The WPBeginner site (search for it) is one of them. There are tons of end-user-level tutorials. You don’t have to be a developer to use WordPress. You can use the default theme to get started. Or look for a theme … Read more

Static pages not being allowed

There are many things to check for. It sounds like you are not doing anything ‘complex’ so I’d start by looking at the theme you are using to see if it has its own custom settings for ‘front page’ type features. Maybe those are getting in the way? Sorry, without any more detailed information, it’s … Read more

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