我在这里使用 wordpress 3.0:
http://www.adventure-service.com
在主页上,我使用的模板可以在没有 wordpress 循环的情况下创建该内容。
但在联系页面上,我正在使用循环:
<?php get_header(); ?>
<div id='content'>
<?php get_template_part('loop'); ?>
</div>
<?php get_footer(); ?>
联系页面标题上的 Ofc 工作得很好。
知道该怎么做吗?给你看什么代码?在 header.php 我有这个标题:
<title><?php wp_title( '| adventure-service.com', true, 'right' ); ?></title>