wordpress自定义页面的标题如何居中?该怎么写代码?

这是我自定义页面的代码,请问我该怎么修改?<?php/*TemplateName:ABC*/?><?phpget_header();?><divid="content"c... 这是我自定义页面的代码,请问我该怎么修改?
<?php
/*
Template Name:ABC
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div class="post">
<h2 id="post-<?php the_ID(); ?>"><?php the_title();?></h2>
<div class="entrytext">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
</div>
</div>
<?php endwhile; endif; ?>
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
</div>
<div id="main">
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<h2>Archives by Month:</h2>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
<h2>Archives by Subject:</h2>
<ul>
<?php wp_list_cats(); ?>
</ul>
</div>
<?php get_footer(); ?>
展开
 我来答
jinleicheng
2012-08-26 · TA获得超过501个赞
知道小有建树答主
回答量:262
采纳率:0%
帮助的人:135万
展开全部
<h2 id="post-<?php the_ID(); ?>" style="text-align:center"><?php the_title();?></h2>
我记得把h2设成margin:0px也是可以自动对齐的。。。
更多追问追答
追问
我试了 " style="text-align:center">改成这样,网站更新后还是不行,页面的标题没有居中。
追答
很简单的。你给我网址,我自己给你看好了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式