PHP writing alpha columns incorrectly

The current code is:

  • <?php do_action( 'woocommerce_before_subcategory', $category ); ?>
    
    <a href="<?php echo get_term_link( $category->slug, 'product_cat' ); ?>">
    

    However, the content printed to the page has the list alphabetized across two columns for A’s etc. Not listing them in the first column as A then B, with the second column printing a list of the remaining.

    Any help would be great! WordPress using woocommerce shopping cart.

  • Sponsor our Newsletter | Privacy Policy | Terms of Service