Custom HTML sitemap for WP e-COMMERCE
-
Hello,
Greetings!
am in a process of making a custom HTML sitemap, so far i got the pages and post alright but having trouble to get all the Sub-Product Categories under Parent Product categories-
$categories = wp_get_object_terms ( $post->ID, ‘wpsc_product_category’ );
foreach ( $categories as $category ) {
esc_html_e ( $category->name );The problem is I am only getting the first Parent Product Category and the first sub product category listed.
Will be grateful for a helping hand!
Thankyou!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom HTML sitemap for WP e-COMMERCE’ is closed to new replies.