Title: Remove Links
Last modified: August 21, 2016

---

# Remove Links

 *  [jamie](https://wordpress.org/support/users/jcaporso/)
 * (@jcaporso)
 * [12 years ago](https://wordpress.org/support/topic/remove-links-4/)
 * My Client only want to list all of their products on one page, and does not want
   the link to the actual product page. Is there a way to remove the link. I know
   there was a previous post but I tried deleting the code but only found it in 
   one location grid-products.php. the post said the code would be in multiple places
   but is it possible to just commit it out in the css of the child theme?
 * [https://wordpress.org/plugins/grid-products/](https://wordpress.org/plugins/grid-products/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [ModDish](https://wordpress.org/support/users/moddish/)
 * (@moddish)
 * [12 years ago](https://wordpress.org/support/topic/remove-links-4/#post-4894467)
 * in grid-products.php
 * add to the array on lines 138 to 145
 * ‘link’ => ”,
 * then replace any reference to
 * [‘.$buttontext.’](https://wordpress.org/support/topic/remove-links-4/&apos; . get_permalink() . &apos;?output_format=md)
 * to
 * ‘.$buttontext.’
 * and remove
 * [View Product](https://wordpress.org/support/topic/remove-links-4/&apos; . get_permalink() . &apos;?output_format=md)
 * also need to remove the links around the titles.
 * Making the above change would make the button REQUIRE a link to work. If you 
   need it to be more advanced, and have the option of the button linking to the
   post OR download a file, you will need to take it a step further, and add some
   isset code to check if link exists and to create the button if it is set or not.

Viewing 1 replies (of 1 total)

The topic ‘Remove Links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/grid-products.svg)
 * [Grid Products](https://wordpress.org/plugins/grid-products/)
 * [Support Threads](https://wordpress.org/support/plugin/grid-products/)
 * [Active Topics](https://wordpress.org/support/plugin/grid-products/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/grid-products/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/grid-products/reviews/)

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)

 * 1 reply
 * 2 participants
 * Last reply from: [ModDish](https://wordpress.org/support/users/moddish/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/remove-links-4/#post-4894467)
 * Status: not resolved