Title: Portfolio
Last modified: May 4, 2018

---

# Portfolio

 *  [pilarml](https://wordpress.org/support/users/pilarml/)
 * (@pilarml)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/portfolio-57/)
 * hi,
 * How could we change the Slug of the pages of the portfolio and portfolio type
   so in case that the terms “portfolio” or “portfolio type” visualy shows, we could
   change it to another name. example: [http://www.domain.com/portfolio](http://www.domain.com/portfolio)
   to [http://www.domain.com/”term&#8221](http://www.domain.com/”term&#8221);
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fportfolio-57%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/)
 * (@subrataemfluence)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/portfolio-57/#post-10245970)
 * You should be able to do this in your child theme’s functions.php file (assuming
   you are already using a child theme).
 * Try this:
 *     ```
       add_filter( 'register_post_type_args', 'virtue_child_update_portfolio_slug', 10, 2 );
       function virtue_child_update_portfolio_slug( $args, $post_type ) {
   
           if ( 'portfolio' === $post_type ) {
               $args['rewrite']['slug'] = 'term';
           }
   
           return $args;
       }
       ```
   
 * Let me know if this helps.
    Thank you!
    -  This reply was modified 8 years, 2 months ago by [Subrata Sarkar](https://wordpress.org/support/users/subrataemfluence/).
 *  [fastfasterfastest](https://wordpress.org/support/users/fastfasterfastest/)
 * (@fastfasterfastest)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/portfolio-57/#post-10248493)
 * Or, a bit simpler, see [https://wordpress.org/support/topic/change-name-portofolio/](https://wordpress.org/support/topic/change-name-portofolio/)
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/portfolio-57/#post-10251771)
 * Just an FYI, the premium theme has a built-in function to edit this. The free
   version unfortunately does not.
 * Hannah

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

The topic ‘Portfolio’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/portfolio-57/#post-10251771)
 * Status: not resolved