• Resolved jc0807

    (@jc0807)


    Hi,

    Is it possible to change the permalink for portfolio single pages?

    So instead of https://www.site.com/portfolio/artist_name/ i would like to display https://www.site.com/artists/artist_name/

    The way Portfolio is set up is perfect for my client to list out all their artists. I tried looking in the functions but cannot locate it.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey jc0807,
    That is actually changed in the virtue toolkit plugin.
    Open up the plugin and you will see post-types.php
    Open that file. Find line 27 and delete that line for this:

    'rewrite' => array( 'slug' => 'artists' ), /* you can specify its url slug */

    Save the file.
    In wordpress go to settings > permalinks and click that save changes button at the bottom.

    Home that helps

    Thread Starter jc0807

    (@jc0807)

    Thank you so much! Just what i wanted

    Hi,

    I was looking for this same fix, but I noticed that it reverts to the original line every time the plugin gets updated.

    Is there something I could do in my child theme instead, or would that be too complicated?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change "Portfolio" permalink?’ is closed to new replies.