This webpage is not available
-
Hi i am trying to understand how to build a own theme as i add code of
<?php wp-head(); ?> //and try to reload the page i get error this webpage is not available can any one please help ? <html class="no-js" lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title><?php wp_title(); ?></title> <?php wp_head(); ?> </head> <body> <header class="row no-max pad main"> <h1><a href="index.html">G</a></h1> <a href=""><span></span>Menu</a> <nav> <h1 class="open"><a href="index.html">G</a></h1> <ul class="no-bullet"> <li class="current parent"><a href="index.html">Portfolio</a> <ul class="sub-menu"> <li><a href="item.html">Portfolio Item</a></li> <li><a href="item.html">Portfolio Item</a></li> <li><a href="item.html">Portfolio Item</a></li> <li><a href="item.html">Portfolio Item</a></li> <li class="parent"><a href="blog.html">Blog</a> <ul class="sub-menu"> <li><a href="single-post.html">Single Post</a></li> <li><a href="author.html">Author Page</a></li> <li><a href="about.html">About</a></li> <li><a href="contact.html">Contact</a></li> </nav> </header>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘This webpage is not available’ is closed to new replies.