Title: rustyrich's Replies | WordPress.org

---

# rustyrich

  [  ](https://wordpress.org/support/users/rustyrich/)

 *   [Profile](https://wordpress.org/support/users/rustyrich/)
 *   [Topics Started](https://wordpress.org/support/users/rustyrich/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rustyrich/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rustyrich/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rustyrich/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rustyrich/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rustyrich/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Tax (formerly WooCommerce Shipping & Tax)] Manage Packages – Common USPS packages not showing up](https://wordpress.org/support/topic/manage-packages-common-usps-packages-not-showing-up/)
 *  [rustyrich](https://wordpress.org/support/users/rustyrich/)
 * (@rustyrich)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/manage-packages-common-usps-packages-not-showing-up/#post-11420518)
 * SIMPLE:
    ACTIVATE ALL PACKAGES!!!! GO TO AN ORDER YOU WANT TO SHIP AND GO TO 
   PRINT A LABEL WHEN YOU SELECT A USPS PACKAGE ALL THE PACKAGE OPTIONS ARE THERE(
   LIKE THE FLAT RATE BOXES AND ENVELOPES)
 * ***I HAVE NO IDEA WHY THEY DON’T SHOW UP IN THE SHIPPING SETTINGS BUT THEY DO
   SHOW UP WHEN YOU ARE ACTUALLY AT THE POINT OF CREATING A LABEL.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Get custom post taxonomy term id of the current page](https://wordpress.org/support/topic/get-custom-post-taxonomy-term-id-of-the-current-page/)
 *  Thread Starter [rustyrich](https://wordpress.org/support/users/rustyrich/)
 * (@rustyrich)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/get-custom-post-taxonomy-term-id-of-the-current-page/#post-2483660)
 * I FIGURED IT OUT
 *     ```
       $post_type = 'listings';
       $tax = 'locations';
       $tax_terms = get_terms( $tax, array(
        	'parent' => $term->term_id
   
        ) );
       ```
   
 * YOU’RE WELCOME
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Outputting Data Based on Custom Post > Taxonomy](https://wordpress.org/support/topic/outputting-data-based-on-custom-post-taxonomy/)
 *  Thread Starter [rustyrich](https://wordpress.org/support/users/rustyrich/)
 * (@rustyrich)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/outputting-data-based-on-custom-post-taxonomy/#post-2481231)
 * found the answer here: [http://wordpress.org/support/topic/custom-posts-type-with-custom-taxonomy-wp_query-1?replies=34](http://wordpress.org/support/topic/custom-posts-type-with-custom-taxonomy-wp_query-1?replies=34)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List subcategories and 4 posts of each.](https://wordpress.org/support/topic/list-subcategories-and-4-posts-of-each/)
 *  Thread Starter [rustyrich](https://wordpress.org/support/users/rustyrich/)
 * (@rustyrich)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/list-subcategories-and-4-posts-of-each/#post-2451323)
 * Thank you! I will take a look at these references.
 * As far as theme, I’m developing my own theme and basically all page templates
   will never show posts for the parent category but only the subcategories and 
   4 posts of each.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [List subcategories and 4 posts of each.](https://wordpress.org/support/topic/list-subcategories-and-4-posts-of-each/)
 *  Thread Starter [rustyrich](https://wordpress.org/support/users/rustyrich/)
 * (@rustyrich)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/list-subcategories-and-4-posts-of-each/#post-2451314)
 * Can anyone give a clue as to how this works?? Any help would be much appreciated!!

Viewing 5 replies - 1 through 5 (of 5 total)