• Resolved jbj2199

    (@jbj2199)


    Hey!
    I’d like to know how I could change the permalink structure of my portfolio’s project sites. Could you help me with this question?
    Thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hey @jbj2199,

    thanks for choosing Bento!
    The permalink structure of portfolio projects is fixed at /project/[name] and is not currently adjustable via the admin back-end. You can try customizing it by changing the $args array (line 183) in the /includes/ep-functions.php file inside the Expansion Pack. More info on the register_post_type arguments can be found here.

    Thread Starter jbj2199

    (@jbj2199)

    Hi @satoristudio!

    Thanks for your quick reply!
    Unfortunately, I am not sure if I got you right – I’m not that familiar with editing php.
    You’re saying I should edit the line 'menu_position' => null,? What should the code look like if I want the permalink to be /references/[name]?
    Do I have to add all portfolio items again after I made the adjustment in the ep-functions.php?

    Theme Author satoristudio

    (@satoristudio)

    The argument you’re looking for is rewrite. Once you edit the structure, you’ll need to flush the permalink rules by going to the “Settings – Permalinks” admin section and clicking on the main blue button without making any changes.

    Thread Starter jbj2199

    (@jbj2199)

    Thanks! Excellent support!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Permalink in Portfolio’ is closed to new replies.