Title: next\previous product
Last modified: August 21, 2016

---

# next\previous product

 *  [Mari_Gav](https://wordpress.org/support/users/mari_gav/)
 * (@mari_gav)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nextprevious-product/)
 * Hello!
    I try to add next\previous groupped product links on the product page.
   I use this code and it works.
 * add_action( ‘woocommerce_before_single_product’, ‘woocommerce_productnav’);
    
   function woocommerce_productnav() { ?> <div class=”post-nav fix”> <span class
   =”previous”><?php previous_post_link($format=’&laquo %link’, $excluded_categories
   = ‘alchemia,east,earth,teeth,kingdome,bowl,beavers’); ?></span> <span class=”
   next”><?php next_post_link($format=’&laquo %link’, $excluded_categories = ‘alchemia,
   east,earth,teeth,kingdome,bowl,beavers’); ?></span> </div> <?php }
 * But in the link text all excluded categories are displayed.
 * And then I add link text in the same code, for example:
 *  <span class=”previous”><?php previous_post_link($format=’&laquo %link’, ‘Previous’,
   $excluded_categories = ‘alchemia,east,earth,teeth,kingdome,bowl,beavers’); ?>
   </span>
 * Then my link disappears.
    How to set up the linked text?
 * [http://wordpress.org/plugins/woocommerce/](http://wordpress.org/plugins/woocommerce/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Mari_Gav](https://wordpress.org/support/users/mari_gav/)
 * (@mari_gav)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/nextprevious-product/#post-4215973)
 * [http://moon-store.ru/shop/alchemia/i/](http://moon-store.ru/shop/alchemia/i/)

Viewing 1 replies (of 1 total)

The topic ‘next\previous product’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Mari_Gav](https://wordpress.org/support/users/mari_gav/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/nextprevious-product/#post-4215973)
 * Status: not resolved