Jump to content
  • 0

Помогите с шапкой


Zemlik
 Share

Question

Значит хочу вставить фото в шапку,вместо заголовка,помогите:

Сам заголовок:

<!-- Header Starts -->

<div id="header">

<div id="headerleft">

<?php

if (get_option('logoURL')) {

?>

<h1><a href="<?php bloginfo('url'); ?>" class="nobar"><img src="<?php echo get_option('logoURL'); ?>" alt="<?php bloginfo('name'); ?>"></a></h1></h3>

<?php

} else {

?>

<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1><h3><?php bloginfo('description'); ?></h3>

<?php

}

?>

</div>

<div id="headerright">

<div id="searchboxo">

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

</div>

</div>

</div>

<!-- Header Ends -->

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Значит хочу вставить фото в шапку,вместо заголовка,помогите:

Сам заголовок:

<!-- Header Starts -->

<div id="header">

<div id="headerleft">

<?php

if (get_option('logoURL')) {

?>

<h1><a href="<?php bloginfo('url'); ?>" class="nobar"><img src="<?php echo get_option('logoURL'); ?>" alt="<?php bloginfo('name'); ?>"></a></h1></h3>

<?php

} else {

?>

<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1><h3><?php bloginfo('description'); ?></h3>

<?php

}

?>

</div>

<div id="headerright">

<div id="searchboxo">

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

</div>

</div>

</div>

<!-- Header Ends -->

Исходя из данного кода, где-то в настройках Вашей CMS должна быть возможность загрузить изображение для лого (и уже из этих настроек код запрашивает адрес изображения). Вы хотите заменить логотип или я что-то не так понял?

Можно вручную поменять адрес изображения вот здесь <img src="<?php echo get_option('logoURL'); ?>"

Edited by Arinden
Link to comment
Share on other sites

  • 0

Меня интересует в какую часть кода шапки нужно вставить тег с фото!

Вы же сказали, чтобы убрать весь текст и поиск, я и убрал.

То есть вы хотите сказать,что мне необходимо заменить существующий код шапки,на тот который вы мне предоставили.Там нету привязки к CSS стилям?

Link to comment
Share on other sites

  • 0

Стиль есть для текста и поиска. Если Вам будет необходимо применить стиль к изображению, создайте id для img. <img id=" "... и сделайте для него стиль например с margin-left или что будет необходимо.

Link to comment
Share on other sites

  • 0

Я пытаюсь понять,можно ли вставить этот тег

<img src="http://storage4.static.itmages.ru/i/11/0925/h_1316956522_9287392_c9c21389f6.

jpeg" width="448" height="134" alt="" />

в этот код

<!-- Header Starts -->

<div id="header">

<div id="headerleft">

<?php

if (get_option('logoURL')) {

?>

<h1><a href="<?php bloginfo('url'); ?>" class="nobar"><img src="<?php echo get_option('logoURL'); ?>" alt="<?php bloginfo('name'); ?>"></a></h1></h3>

<?php

} else {

?>

<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1><h3><?php bloginfo('description'); ?></h3>

<?php

}

?>

</div>

<div id="headerright">

<div id="searchboxo">

<?php include (TEMPLATEPATH . '/searchform.php'); ?>

</div>

</div>

</div>

<!-- Header Ends -->

без создания CSS стиля.

Если да,то куда нужно вставить и что удалить в коде чтоб получить хедер вот такого вида Фото а не такого вида Это

Link to comment
Share on other sites

  • 0

Можешь прописать вставку вот этого изображения в хедер,я прописал,чет не выходит,прошлое вышло,я обременил тегом div и получилось,а с этим чет не то,вот ссылка http://itmages.ru/image/view/293468/ee786555.jpg ,я прописал,что-то типо этого:<div align="center"><img src="http://storage4.static.itmages.ru/image/view/293468/ee786555.jpg" width="800" height="137" alt="" /></div>

Не отображает...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy