• Resolved oliver39

    (@oliver39)


    Hello everyone, I installed the free version of the template. I am fine, but I should make a change if possible. On the home page I have enabled the four boxes of the portfolio. When I click if I look at the URL of the page, you get https://www.dominio.ext / portfolio / and the name of the job.If you wanted to change the portfolio with another word as I do? Thanks to those who can help me out.

Viewing 15 replies - 1 through 15 (of 15 total)
  • You should have a page set as the main portfolio page called Portfolio. Change the name of that page and then change the slug.

    Thread Starter oliver39

    (@oliver39)

    but to me the page / portfolio comes only by clicking on the box of the latest projects, I would need to change the word portfolio when one decides to open one of the jobs.

    You should have created a page from inside your Dashboard to use as the main portfolio root page and set the page template to portfolio. (Most people would name this page Portfolio but you can name it whatever you want.)

    Then you should have gone into Appearance > Theme Options > Page/Post Settings and under where it says Portfolio Post it says All Projects Portfolio Page. In that drop down menu, select the page you want to be the root page for your portfolio.

    Don’t forget to click save.

    hannah

    (@hannahritner)

    Hey oliver39,
    The premium version comes with an option to change the portfolio slug, however the free version does not. You would have to create a child theme and change from there.

    Hannah

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    The function you can add in a child theme is this:

    add_filter( 'kadence_portfolio_permalink_slug', 'custom_portfolio_slug');
    
    function custom_portfolio_slug() {
    	return 'jobs';
    }

    Hope that helps,

    Kadence Themes

    Sorry for providing incorrect info!

    Thread Starter oliver39

    (@oliver39)

    but the function

    add_filter ('kadence_portfolio_permalink_slug', 'Custom portfolio slug');
    custom_portfolio_slug function () {return 'jobs';
    }

    It is inserted in function.php or css template?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You add in a child themes function.php file

    Kadence Themes

    Thread Starter oliver39

    (@oliver39)

    Thanks for the answers. Works regarding the name of the directory, but if I click on a job I get “Sorry, but the page you tried to view does not exist.”.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    This function shouldn’t effect the portfolio grid url?

    After you added did you go to settings > permalinks and re-save?

    Kadence Themes

    Thread Starter oliver39

    (@oliver39)

    I saved but when I click to enter the job exits the writing error.

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    You saved the permalinks? are you using “post name” as your settings?

    can you post a link to your site?

    Kadence Themes

    Thread Starter oliver39

    (@oliver39)

    Perfect, it works! Thank you all for the help!

    Thread Starter oliver39

    (@oliver39)

    Hello guys, after the last update of the theme does not work anymore. He says that the page does not exist, if I enter the url leaving “portfolio” does work. How can I fix?

    hannah

    (@hannahritner)

    Hey oliver39,
    This post has already been marked as resolved. Please start a new thread and provide a link to your site.
    Thanks!

    Hannah

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Change name portofolio’ is closed to new replies.