Skip to content

Instantly share code, notes, and snippets.

View rudlinkon's full-sized avatar

Linkon Miyan rudlinkon

View GitHub Profile
<!-- <html lang="en"> -->
<html <?php language_attributes(); ?>>
<!-- <meta charset="utf-8"> -->
<meta charset="<?php bloginfo('charset'); ?>">
<!-- <title>Dinamic title</title> -->
<title><?php wp_title( '|', true, 'right' ); ?></title>
<!-- Must Be stay before </head> -->