Title: Menu items without link
Last modified: August 21, 2016

---

# Menu items without link

 *  Resolved [Yakti-R](https://wordpress.org/support/users/yakti-ruud/)
 * (@yakti-ruud)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/menu-items-without-link/)
 * In the settings area, you can choose whether to show items without links. However,
   is there any way to have the items shown as text only, so non-clickable?
 * [http://wordpress.org/plugins/responsive-select-menu/](http://wordpress.org/plugins/responsive-select-menu/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Yakti-R](https://wordpress.org/support/users/yakti-ruud/)
 * (@yakti-ruud)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/menu-items-without-link/#post-4170679)
 * I’ve managed to do this by adding the following code to the responsive-select-
   menu.php file.
 * Find the following code (probably line 587-589)
 *     ```
       if( $responsiveMenuSelect->getSettings()->op( 'current_selected' ) && strpos( $class_names , 'current-menu-item' ) > 0 ){
       			$attributes.= ' selected="selected"';
       		}
       ```
   
 * and the code below right after:
 *     ```
       if( ( $item->url == '#' || $item->url == '' ) ){
       			$attributes.= ' disabled';
       		}
       ```
   
 * Now the items without link are greyed out. You should have set the option “Exclude
   items without links” to “off”.

Viewing 1 replies (of 1 total)

The topic ‘Menu items without link’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/responsive-select-menu_eeeef0.svg)
 * [Responsive Select Menu](https://wordpress.org/plugins/responsive-select-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-select-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-select-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-select-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-select-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-select-menu/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [Yakti-R](https://wordpress.org/support/users/yakti-ruud/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/menu-items-without-link/#post-4170679)
 * Status: resolved