Title: Changing URL Structure
Last modified: August 19, 2016

---

# Changing URL Structure

 *  Resolved [mark2](https://wordpress.org/support/users/mark2/)
 * (@mark2)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/changing-url-structure/)
 * OK,
 * I know there are a million posts on changing URL structure, and I’ve looked at
   many, and can’t seem to solve my problem.
 * My problem is that I want to change the URL structure of custom post types within
   my theme (Perfect theme). For example, there originally was a ‘Projects’ custom
   post type & all posts made to that post type appear as this url [http://www.abc.com/](http://www.abc.com/)**
   projects**/PostTitle
 * I’ve since used that post type to post different information, so I don’t want
   the ‘projects’ to appear in the URL, eg: [http://www.abc.com/PostTitle](http://www.abc.com/PostTitle)
   OR eg. [http://www.abc.com/SomethingElse/PostTitle](http://www.abc.com/SomethingElse/PostTitle)
 * I’ve tried changing the permalink structure in the wordpress settings, but that
   does nothing… I think I need to change something within the core code.
 * Any suggestions would be greatly appreciated!
 * thnx

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

 *  [wpua](https://wordpress.org/support/users/wpua/)
 * (@wpua)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/changing-url-structure/#post-1796167)
 * Hi,
 * You just need to add custom slug in register_post_type call.
    add `'rewrite' 
   => array('slug' => 'SomethingElse')`
 * to arguments array.
 *  Thread Starter [mark2](https://wordpress.org/support/users/mark2/)
 * (@mark2)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/changing-url-structure/#post-1796210)
 * That worked, thanks!

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

The topic ‘Changing URL Structure’ is closed to new replies.

## Tags

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

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 2 replies
 * 2 participants
 * Last reply from: [mark2](https://wordpress.org/support/users/mark2/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/changing-url-structure/#post-1796210)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
