• Resolved visualhippocracy

    (@visualhippocracy)


    Hi,
    So I created a new portfolio added a category and attached my projects pages to the category.
    But wehn I navigate to the project page it says site.com/portfolio/project-abc
    I have already created a page called work where I have added the portfolio widget.

    How can I change it to say :
    site.com/work/project-abc

    instead of

    site.com/portfolio/project-abc?

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

    (@saramerino)

    Hi! I have found some way to do it!

    Go to wp-content > plugins > portfolio-elementor > classes > powerfolio_post_types.php

    There, on line 53, change the word “portfolio” for “work“.
    This way:
    'rewrite' => array( 'slug' => 'work' ),

    Then, actualize your permalinks on your WordPress
    Menu > Settings > Permalinks > Save changes

    It works for me, if you have any problem, leave everything as it was in the beginning and you will have to look for another option.

    Good luck!

    Thread Starter visualhippocracy

    (@visualhippocracy)

    this worked! Thanks 🙂

    Plugin Author PWR Plugins

    (@rexdot)

    Hello @visualhippocracy, welcome! I’m happy that you solved the issue 🙂
    Please note that this modification may be lost after a plugin update, so you may need to apply this fix again. I added this as a feature request for a future update (add a option to change the portfolio slug).

    @saramerino thansk for the help! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the main url of my portfolio?’ is closed to new replies.