Linux 软件免费装
Banner图

MarcTV Last Commented Posts

开发者 MarcDK
更新时间 2015年11月24日 05:16
PHP版本: 3.0 及以上
WordPress版本: 4.1
版权: GPLv2

标签

comments recent comments marctv last commented post

下载

1.2.1 1.1 1.2 1.3 1.4 1.5 1.5.1

详情介绍:

Provides a new function that returns an unordered list of the last commented articles and their comments.

安装:

For advanced usage use the first parameter for the number of posts and the second for custom classes.<?php if (function_exists('get_last_commented_articles')) { echo get_last_commented_articles(6, 'container multi nohover showontouch'); } ?>` This function returns just an array of the post objects: ` `

更新日志:

1.5.1 1.5 1.4 1.2 1.0