Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Looking for minimal theme no title no menu no look
#3
This will be enough:
PHP Code:
<!DOCTYPE html>
<
html lang="<?php echo get_site_lang(true); ?>">
<
head>
  <meta charset="utf-8">
  <title><?php get_page_clean_title(); ?></title>
</head>

<body>
<?php get_page_content(); ?>
</body>

</html> 
Reply


Messages In This Thread
RE: Looking for minimal theme no title no menu no look - by DimaYakovlev - 2016-01-30, 00:00:26



Users browsing this thread: 1 Guest(s)