Giriş yap ile logonun arasına koymak istiyorum nasıl yapabilirim ?
Kaç saattir uğraşıyorum lütfen yardım edin :(
Arama kutusu kodları :
Header kodları ( kendim yapımım css ve html5 kodları ile )
/" />
<script>/lib/jquery.js" ></script>
<script>/lib/slider.js" ></script>
<script>/lib/script.js" ></script>
######## Anasayfa ########
if ( is_home() ) { ?> bloginfo('name'); ?>
######## Single Page ########
$singleTitle = get_post_meta($post->ID, "_aioseop_title", true);
$singleDesc = get_post_meta($post->ID, "_aioseop_description", true);
$singleKeys = get_post_meta($post->ID, "_aioseop_keywords", true);
if ( is_single() OR is_page() ) { ?>
|
######## User ########
if ( is_author() ) { ?>
|
######## IMDB ########
if ( is_tax( 'imdb' ) ) { ?>
IMDB /10 Filmleri | bloginfo('name'); ?>
######## Oyuncular ########
if ( is_tax( 'oyuncu' ) ) { ?>
Filmleri | bloginfo('name'); ?>
######## Yapim ########
if ( is_tax( 'yapim' ) ) { ?>
Yapımı Filmler | bloginfo('name'); ?>
######## Yönetmen ########
if ( is_tax( 'yonetmen' ) ) { ?>
| Yönetmenler | bloginfo('name'); ?>
######## Kategori - Arama ########
if ( is_search() OR is_category() ) { ?>
|
######## Etiket ########
if ( is_tag() ) { ?>
| bloginfo('name'); ?>