index.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php wp_head(); ?>
</head>
<body>
</body>
<?php wp_footer(); ?>
</html>
style.css
/* Theme Name: test
* */
I switched to a simple theme with only 2 files as above and disabled all other plugins, but the problem persists.
Also, wordpress is installed in MAMP, is there any fear that this will affect the operation of the plugin?