微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

wordpress无插件纯代码调用最新文章

<?PHP $this->widget('Widget_Contents_Post_Recent', 'pageSize=6')->to($contents); ?>
<?PHP while($contents->next()): ?>

			<div class="mportfolioBox">
				<!-- mportfoliobg will enable the background image which is seen on mouse over -->
				<!-- Portfolio Block One-->
				<div class="mportfolio mportfoliobgvideo"><!-- The line for prettyphoto lightBox -->
					<a href="<?PHP $contents->permalink() ?>">
						<!-- Class fade will enable fade in out -->
						<img class="fade" src="<?PHP Fimg_Plugin::showfimg($contents->cid,1);?>" alt="<?PHP $contents->title() ?>" />
					</a>
				</div>
				<!-- Contents -->
				<div class="portfoliotitle clear"><?PHP $contents->title() ?></div>
				<div class="portfoliocontents"><span class="portleft"><a href="<?PHP $contents->cid(); ?>.html" target="_blank">在线演示</a> <a href="<?PHP Fimg_Plugin::showfimg($contents->cid,2);?>">图片演示</a></span><span class="portright"><a href="<?PHP Fimg_Plugin::showfimg($contents->cid,3);?>">模板下载</a></span></div>
			</div>

<?PHP endwhile; ?>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐