I am a WP beginner and hope if anyone can help me out.
I have recently installed WP 3.3.2 and Jigoshop 1.2 to see how things works if I can use WP as an ecommerce website.
The problem I am facing at the moment is in order to display the products, Jigoshop creates a page in WP, as when you click on the page the link will get redirect from ?page_id=5
to ?post_type=product
. As the page being redirected the current_page_item class doesn’t stay/appear to show the style for current position in the menu.
The current menu code is <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Many thanks for the help in advance.