GetWebCreative
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Bundle Rate Shipping?I’m having this problem too. Is there a fix?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Strict Standards errorThank you! That will do for now!
@spivurno – thank you so much! You’re a legend! 🙂
Hi @nicopulse, I need to do the same thing. Did you find a way?
Forum: Themes and Templates
In reply to: Archive template for custom post typesAh! Hello again, yes I remember!
Yes, that’s certainly possible. So geography is a tax and resources is a CPT?
In your taxonomy-geography.php template:
<?php $queried_object = get_queried_object(); $args = array( 'post_type' => 'resources', 'geography' => $queried_object, ); $show_posts = get_posts( $args ); foreach ( $show_posts as $post ) : setup_postdata( $post ); ?> <!-- html goes here --> <?php endforeach; wp_reset_postdata(); ?>Forum: Themes and Templates
In reply to: Archive template for custom post typesHi Belinda,
You could try installing the What Template plugin to see which one it’s using.