• Resolved gracenote3

    (@gracenote3)


    The link above shows my correct portfolio page, which can be found by going to the website and clicking “Portfolio” in the Nav menu. HOWEVER, I would like the permalink to be named simply “…/portfolio” WITHOUT the extra “-1.”

    Currently, if you simply type the website name followed by the slug “/portfolio” in a web browser, it takes you to the template for the portfolio plugin, rather than to my portfolio page. It appears that the plugin template is assinged to the default name of “{website url}/portfolio”.

    Is there any way to change the name/slug of the template to something else, so that I can assign the plain “portfolio” slug to my page, rather than to the template?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author PWR Plugins

    (@rexdot)

    Hello @gracenote3,

    Yes. On the “wp-content\plugins\portfolio-elementor\classes\powerfolio_post_types.php” set the line 51:
    'has_archive' => true,
    to false:
    'has_archive' => false,

    After that, pelase re-save your permalinks.

    Please let us know if it worked for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Default {website url}/portfolio url points to template; can we change?’ is closed to new replies.