display from multiple custom posts
-
Hi there,
i’ve got a few custom post types that I would like to display. Is it possible for this plugin to display an array of custom posts?
I’ve tried this but nothing happened:
<?php $sumEntries = array( ‘post_type’ => array(‘custom_post_1’, ‘custom_post_2’, ‘custom_post_3’, ‘custom_post_4’)); ?>
<?php wp_get_archives_cpt( $sumEntries ); ?>Any help?
Thanks.https://www.ads-software.com/plugins/archives-for-custom-post-types/
- The topic ‘display from multiple custom posts’ is closed to new replies.