[Çözüldü] Hatam nerede?

Başlatan harunbas141, 27 Ekim 2016 - 13:44:29

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

harunbas141


<!DOCTYPE html>
<html> <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="width=device-width">
<title><?php bloginfo('name'); ?><</title>
<?php wp_head(); ?>
</head>


<body> <?php body_class(); ?>>

<!-- site-header -->
<header class="site-header">
<h1><a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a></h1>
<h5><?php bloginfo('description'); ?></h5>
</header><!-- /site-header -->





lang="en-US"> class="home blog logged-in admin-bar no-customize-support">
Learning

My new wordpress site

Number 1

The word one can be used as a noun, an adjective and a pronoun.[1]

It comes from the English word an,[1] which comes from the Proto-Germanic root *ainaz.[1] The Proto-Germanic root *ainaz comes from the Proto-Indo-European root *oi-no-.[1]

Compare the Proto-Germanic root *ainaz to Old Frisian an, Gothic ains, Danish een, Dutch een, German eins and Old Norse einn.

Compare the Proto-Indo-European root *oi-no- (which means one, single[1]) to Greek oinos (which means "ace" on dice[1]), Latin unus (one[1]), Old Persian aivam, Old Church Slavonic -inu and ino-, Lithuanian vienas,Old Irish oin and Breton un (one[1]).

Merhaba dünya!

WordPress'e hoş geldiniz. Bu sizin ilk yazınız. Bu yazıyı düzenleyin ya da silin. Sonra yazmaya başlayın!




fark ettiyseniz metnin yukarısında bir hata gibi bir şey var.onu nasıl düzeltebilirim?

alquirel

HTML ve BODY etiketlerine PHP ile eklemek istediğiniz bilgileri etiketin içine değil dışına ekliyorsunuz.

Yani <html> şeklinde ">" ile etiketi kapattıktan sonra değil, ">" işaretinden önce php ile eklenecekleri eklemeniz gerekir. Aynı şey <body> için de geçerli.

harunbas141