Boa tarde, ao colocar os comandos iniciais o menu do adm nao aparece.
index.php
<?php get_header(); ?>
<h1>Bem vindo </h1>
<?php get_footer(); ?>
header.php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<?php wp_head(); ?>
</head>
<body>
footer.php
<?php wp_footer(); ?>
</body>
</html>
style.css
/*
Theme Name: Malura
Author: Rodrigo Vidal
Description: Tema de teste desenvolvido pela FBS Brasil
Version: 1.0alpha
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Malura
*/
wordpress 4.9.2