我几乎在这里完成了我的网站:http ://www.divisionforty.com/wall/我已经来到最后一部分是让这个内容居中http://www.divisionforty.com/wall/艺术家/cali-balles/
这是代码:
<?php get_header(); ?>
<div class="row">
<div class="span4">
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<p>
<?php
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<?php the_content(); ?>
</div>
<?php
endwhile;
endif;
?> </p>
</div>
<div class="span8" id="thumbnails">
<?php postimage($size=thumbnail, $qty=-1) ?>
</div>
</div>
<?php get_footer(); ?>
该页面实际上没有任何样式自定义,因此它是基本的引导程序。
希望有人能帮忙,
丹佛
为了澄清这一点,我想要集中: