wp_get_archives problem…
-
Hello, i’ve tried to use the wp_get_archives that comes with this plugin (cptda_get_archives), but can’t seem to make it work… this is what i tried:
<select name="archive-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value=""><?php echo esc_attr( __( 'Select Month' ) ); ?></option> <?php cptda_get_archives( array( 'post_type' => 'my-post-type', 'type' => 'monthly', 'format' => 'option', 'show_post_count' => 1 ) ); ?> </select>
Yet it displays nothing…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_get_archives problem…’ is closed to new replies.