我只想就上述标题寻求帮助。 我要创建的内容就像Wordpress Blog帖子上的the_loop一样。将the_title(),the_content()等分配给html的给定部分,以对页面执行相同的操作。这是html代码:
<div class="main">
<ul class="practices">
<li class="frame5">
<a href="#" class="box"><img src="image.jpg" height="198" width="265"><span>TITLE</span></a>
</li>
</ul>
</div>
如何分配每个页面;标题,标签链接,内容,该html的特色图片?
在此先感谢您的帮助!