在模板文件的类中调用方法
WPRandomPosts::GetWPRandomPosts($cat_ID, $col, $UseExcerpt, $beforetitle, $aftertitle, $beforecite, $aftercite);
在函数中为ypur自定义输出提供参数。
col是条目数,$useExtract是用于显示引用的,$beforetTitle是标题前的标记,$aftertitle是标题记录后的标记,$beforetite是要引用的标记,$aftercite是引用后的标记,如:
WPRandomPosts::GetWPRandomPosts( \'\', 5, TRUE, \'<h3>\', \'<h3>\', \'<p>\', \'</p>\' );