Topics:
1,054 views
1,054 views
Posted on : 2月 28th, 2008
<?php
if (function_exists(‘paged_comments_template’)){
paged_comments_template();
}else{
comments_template();
}
?>
<?php
if (function_exists(‘paged_comments_template’)){
paged_comments_template();
}else{
comments_template();
}
?>