小夜博客同tags调用其它几个文章
07-25
<?php $this->related(3)->to($relatedPosts); ?> <?php while ($relatedPosts->next()): ?> <div class="searchbox"> <?php if (isset($relatedPosts->fields->e)): ?><a href="<?php%20$relatedPosts->permalink()%20?>"><img src="http://static.vpsmm.com/logo/<?php%20if%20(isset($relatedPosts->fields->x)):%20?>x/<?php%20endif;%20?><?php%20$relatedPosts->fields->e();%20?>.jpg_a.png" class="searchimg" height="100" width="100""></a><?php else: ?><?php if (isset($relatedPosts->fields->d)): ?><a href="<?php%20$relatedPosts->permalink()%20?>"><img src="http://static.vpsmm.com/logo/<?php%20$relatedPosts->fields->d();%20?>.jpg_a.png" class="searchimg" height="100" width="100""></a><?php else: ?><a href="<?php%20$relatedPosts->permalink()%20?>"><img src="http://static.vpsmm.com<?php Fimg_Plugin:: showfimg($relatedPosts->cid); ?>_a.png" class="searchimg" height="100" width="100"></a><?php endif; ?><?php endif; ?> <p class="sbtitle yahei"><a href="<?php%20$relatedPosts->permalink()%20?>"><?php $relatedPosts->title() ?></a></p> <p class="sbtxt"><?php $relatedPosts->excerpt(130, '……'); ?></p> <div class="sbda pack-new"><?php $relatedPosts->date(); ?></div><div class="sbtag"><?php $relatedPosts->tags(' , ', true, '暂无标签'); ?></div> </div> <?php endwhile; ?>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。