phpcmsv9 랜덤으로 글을 호출하는 방법
                                            
 1304 단어  무작위 호출
                    
4
   
   
   
   
    
    
    
    -    Wordpress,Phpcms           ,        ,      :
 
    
    
    
    - {pc:content action="lists" catid="$catid" num="8" order="rand()" return="info"}
 
    
    
    
    - <ul class="list lh24 f13">
 
    
    
    
    - {loop $info $v}
 
    
    
    
    - <li><a href="{$v['url']}" target="_blank" title="{$v['title']}"{title_style($v[style])}>{$v['title']}</a></li>
 
    
    
    
    - {/loop}
 
    
    
    
    - </ul>
 
    
    
    
    - {/pc}
 
   
   
   
   
 상기 코드는 약간의 수정만 했다:order="rand()", 다른 것은 정상적인 호출과 같다