워드프레스 php ‘wp_get_archives’ 를 활용해 포스트 아카이브를 맘대로 표현할 수 있다. 사용법(Usage) <?php wp_get_archives( $args ); ?> 기본 사용법(Default Usage) <?php $args = array( 'type'…
워드프레스 php ‘wp_get_archives’ 를 활용해 포스트 아카이브를 맘대로 표현할 수 있다. 사용법(Usage) <?php wp_get_archives( $args ); ?> 기본 사용법(Default Usage) <?php $args = array( 'type'…