Помощь с вордпрессом

12
T
На сайте с 28.06.2011
Offline
101
767

Подскажите возможно ли чтобы

надпись Бетон Раствор Пермь Цены

на странице http://sruby-perm.ru/kupit-beton-rastvor-perm.html

Была не сверху всего текста

а точно также как на стрнице: http://sruby-perm.ru/produkciya/armatura.html

Цены на стеклопластиковую арматуру в перми

то есть получается что она как бы в тексте а не над всей статьей

возможно ли такое сделать как то?

спасибо!

Пермский Завод Винтовых Свай (http://vintovye-svai-perm.ru)
S3
На сайте с 18.04.2011
Offline
109
#1

в шаблоне перемести <div class="post-title">

вывод <h1></h1>

</div> под <td valign="top">

T
На сайте с 28.06.2011
Offline
101
#2

маленько не понял:

<?php get_header(); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="post-date">

<div class="post" id="post-<?php the_ID(); ?>">

<div class="post-title"><h1><?php the_title(); ?></h1></div>

<div class="clearer">&nbsp;</div>

</div>

<div class="post-body">

<?php the_content('<p class="serif">Подробнее &raquo;</p>'); ?>

<div class="clearer">&nbsp;</div>

<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>')); ?>

</div>

</div>

что с чем поменять?

T
На сайте с 28.06.2011
Offline
101
#3

подскажите пожалуйста"!

[Удален]
#4

если хочешь скидывай в личку данные к админке, поправлю

T
На сайте с 28.06.2011
Offline
101
#5

а может ктото без доступа в админку рассказать?

signal63
На сайте с 06.07.2008
Offline
124
#6

Может так?

<?php get_header(); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div class="post-date">

<div class="post" id="post-<?php the_ID(); ?>">

<td valign="top">

<div class="post-title"><h1><?php the_title(); ?></h1></div>

</td>

<div class="clearer">&nbsp;</div>

</div>

<div class="post-body">

<?php the_content('<p class="serif">Подробнее &raquo;</p>'); ?>

<div class="clearer">&nbsp;</div>

<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>')); ?>

</div>

</div>

Монетизация финансового трафика - здесь. (http://pxl.leads.su/click/800c56e53f47efafe0a833fe9729342d) Стабильные выплаты. Выплаты по запросу. Быстрая статистика.
V
На сайте с 05.01.2011
Offline
23
#7
tarazik:
а может ктото без доступа в админку рассказать?

а в чем проблема с доступом ? нашелся человек готов помочь , так нет мы будем играть в телепатов :)

M
На сайте с 10.10.2010
Offline
70
#8
veterinar:
а в чем проблема с доступом ? нашелся человек готов помочь , так нет мы будем играть в телепатов :)

С репутацией Репутация: -7410 , я бы тоже не стал давать доступ

T
На сайте с 28.06.2011
Offline
101
#9
signal63:
Может так?

<?php get_header(); ?>

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post-date">
<div class="post" id="post-<?php the_ID(); ?>">

<td valign="top">
<div class="post-title"><h1><?php the_title(); ?></h1></div>
</td>

<div class="clearer">&nbsp;</div>
</div>

<div class="post-body">
<?php the_content('<p class="serif">Подробнее &raquo;</p>'); ?>
<div class="clearer">&nbsp;</div>

<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>')); ?>

</div>

</div>

это не помогло!

kimberlit
На сайте с 13.03.2007
Offline
370
#10

<div class="post-body">

<h1><?php the_title(); ?></h1>

<?php the_content('<p class="serif">Подробнее &raquo;</p>'); ?>

<div class="clearer">&nbsp;</div>

12

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий