Title: where can I remove permalinks&#039; href code?
Last modified: August 21, 2016

---

# where can I remove permalinks' href code?

 *  Resolved [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/)
 * I’m trying to remove the permalinks because I just want text and no linking in
   the excerpts on the home page.
 * I was told to remove href stuff and keep title code but I’m not sure where to
   look.
 * Any help would be appreciated.
 * Thanks
 * [http://www.mogo.jp](http://www.mogo.jp)
    login:tysun p/w:tester

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Thread Starter [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984521)
 * ok so I did some digging around and the only possibility I could find was here:
 * cherry: Editing CherryFramework/functions.php
 * There are three different areas where a href appears and here is each block:
 *     ```
       function no_more_jumping($post) {
       			return ' <a href="'.get_permalink().'" class="read-more">'.theme_locals("continue_reading").'</a>';
       		}
       		add_filter('excerpt_more', 'no_more_jumping');
       	}
       ```
   
 *     ```
       $output .= '<li class="'.$class_list_item.'">';
       						$output .= $display_thumbnail ? '<figure class="thumbnail featured-thumbnail"><a href="'.get_permalink().'" title="'.get_the_title().'"><img data-src="'.$image.'" alt="'.get_the_title().'" /></a></figure>': '' ;
       						$output .= $display_link ? '<a href="'.get_permalink().'" >'.get_the_title().'</a>': '' ;
       						$output .= '</li>';
       					}
       ```
   
 *     ```
       <?php echo $icon_tips_before.'<a href="'.get_permalink().'" title="'.get_the_title().'">'.theme_locals('permalink_to').'</a>'.$icon_tips_after; ?>
       								</div>
       								<?php
       ```
   
 *  Thread Starter [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984522)
 * These other php files do exist though. Would it only be in the php file I found
   functions.php, or would it be in one of these other ones too?
 * screen shot
    [http://oi59.tinypic.com/rssso6.jpg](http://oi59.tinypic.com/rssso6.jpg)
 * [http://www.mogo.jp](http://www.mogo.jp)
    login:tysun p/w:tester
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984523)
 * I’m sorry but as you appear to be using a commercial framwework, you need to 
   seek support from the framework’s developer/vendor. We do not have access to,
   nor do we support, [commercial products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)
   here.
    Try
 *  Thread Starter [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984524)
 * I already did. No go. They say I have to pay for customisation. Crazy expensive.
 * These issues exist on non-commercial as well so I’m sure this would help other
   people out.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984525)
 * I’m sorry but this is highly theme-specific. The wordpress.org support forums
   are meant for the core application, themes and plugins that are distributed on
   wordpress.org. We do not support themes downloaded from elsewhere.
 *  Thread Starter [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984526)
 * So permalinks are highly theme specific? I’ve already given the only possible
   blocks of permalinks href code so now I’m just waiting for someone to confirm
   those blocks.
 * No one has to search the theme or anything. This is purely a code question now.
 * Like you said, this is a community and I am using a major WP site.
 * I will refrain from asking theme specify questions then.
 * Thanks
 *  Thread Starter [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * (@osakaboy)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984542)
 * its ok i simply ADDED CSS to the style.css page instead of trying to delete parent
   CSS/PHP.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘where can I remove permalinks' href code?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 2 participants
 * Last reply from: [osakaboy](https://wordpress.org/support/users/osakaboy/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/where-can-i-remove-permalinks-href-code/#post-4984542)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
