因此,我是在我的第一声望现场工作的。
I am having a go at converting http://www.benjaminpotter.org/fleet/ to wordpress > http://www.benjaminpotter.org/test/
因此,已经存在几个问题,但其中一个问题是,我想要通过文字压力把内容放在指数页的“我们”部分中,以作为CMS。
这是后端的形象:
不过,该款没有内容:
之所以如此,最有可能是因为我需要把一部分代码放在网站的网页上。
这是目前这一页的代码,我已经评论过,我想说的是内容的载人范围。 感谢帮助!
<? /* Template Name: Home Page
*/ ?>
<?php get_header(); ?>
<div id="tagline"></div>
<div id="sliderbox">
<img src="<?php bloginfo( template_url ); ?>/images/index/slider/slider_1.jpg" width="1000" height="466" alt="Don t settle for less" />
<img src="<?php bloginfo( template_url ); ?>/images/index/slider/slider_2.jpg" width="1000" height="466" alt="Don t settle for less" />
<img src="<?php bloginfo( template_url ); ?>/images/index/slider/slider_3.jpg" width="1000" height="466" alt="Don t settle for less" />
<img src="<?php bloginfo( template_url ); ?>/images/index/slider/slider_4.jpg" width="1000" height="466" alt="Don t settle for less" />
</div>
<a id="arrow2" class="arrow"></a>
<a id="arrow1" class="arrow"></a>
<a href="order.php" id="car_logo_slider" onmouseover="tooltip.show( );" onmouseout="tooltip.hide();">
<img src="<?php bloginfo( template_url ); ?>/images/index/car_slider/cars1.jpg" width="1001" height="86" alt="cars" />
<img src="<?php bloginfo( template_url ); ?>/images/index/car_slider/cars2.jpg" width="1001" height="86" alt="cars" />
<img src="<?php bloginfo( template_url ); ?>/images/index/car_slider/cars3.jpg" width="1001" height="86" alt="cars" />
</a>
<div id="wrapper-contunue">
<div id="mission_vision_header"></div>
<? include( inc/quickcontact.html ); ?>
<div id="mission_vision_text">
<!-- THE CONTENT MANAGED BIT! -->
<!-- THE CONTENT MANAGED BIT! -->
<!-- THE CONTENT MANAGED BIT! -->
<!-- THE CONTENT MANAGED BIT! -->
<!-- THE CONTENT MANAGED BIT! -->
</div>
<div style="margin-top:450px;" class="seperator"></div>
<div id="our_process" class="highlighed_div">
<div id="our_process_header"></div>
<div id="initial_text_our_process">
Here at Fleet Avenue, we have a simple and straight forward process towards acquiring our cars for you. This four step process is fast and effective, consisting of the following steps:
</div>
<div id="our_process_stages_graphic"></div>
<div id="explanatiory_text_our_process">
<div id="process_inquire">
<a id="inquire_button" href="order.php"></a>
</div>
</div> <?php get_footer(); ?>