我有一个 xml 数据库,其中存放了几篇博客文章。
xml 示例:
<element id="12" size="square" category="portfolio">
<tag tag="printer printing 3d apple iphone 5 bumper case"></tag>
<icon class="icon-picture"></icon>
<urlpage url="/contact/contact.html"></urlpage>
<urlimage src='./Post thumbnail images/01.png'></urlimage>
<date date="8 Apr"></date>
<title>Minimal Bumper for iPhone 5 : Protect your iphone with a lightwheight and protect full case </title>
</element>
我想让我的网站基于两个主要的 php 页面。显示博客文章缩略图和链接的主 index.php 页面。还有一个single.php 页面,每个博客帖子都可以单独显示。
当我单击 index.php 页面中的博客文章缩略图链接时,如何加载、更改 single.php 页面的内容和 url(最后,我认为,就像 wordpress 但没有使用它)?
如果这是可能的,它是如何为 SEO 工作的?
对不起我的英语,我是法国人。