假设您已经为Wordpress站点设置了永久链接,请将其添加到page.php:
<?php
include("http://www.mysite.edu/_sports/static/".$post->post_name.".html);
?>
$post->post_name 将是你的页面的鼻涕虫。
如果你和那个鼻涕虫在一起volleyball-box-score, 使用上面的代码,您可以include("http://www.mysite.edu/_sports/static/volleyball-box-score.html);. 如果你和那个鼻涕虫在一起other-page, 你会得到include("http://www.mysite.edu/_sports/static/other-page.html);. 等