rustyrich
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
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
In reply to: Get custom post taxonomy term id of the current pageI 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
In reply to: Outputting Data Based on Custom Post > TaxonomyForum: Plugins
In reply to: List subcategories and 4 posts of each.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
In reply to: List subcategories and 4 posts of each.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)