1 |
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> |
1 |
<link rel="stylesheet" href="/<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> |
1 |
//1 - строчка |
1 |
<?php bloginfo('stylesheet_directory'); ?> |
1 |
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> |
1 |
<div class="description"><?php bloginfo('description'); ?> |
1 |
<a href="/<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> |
1 |
<div <?php post_class(); ?> id="post-<?php the_ID(); ?>"> |
1 |
<?php if (have_posts()) : ?> |
1 |
<?php the_tags( '<p>' . __('Tags:', 'kubrick') . ' ', ', ', '</p>'); ?> - выводим теги под стаьей
|
1 |
<a href="/<?php the_permalink() ?>"><?php the_title(); ?></a> |
1 |
<small><?php the_time(__('F jS, Y', 'kubrick')) ?> <!-- by <?php the_author() ?> --></small> |





