Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1592719
Change testimonial slug
Closed

Comments

  •  1
    sergisellop started the conversation

    I have a question: I would like to change the “testimonial” slug to another: “laboratory”. In the event that it were possible, how could I do it?

    Thank you!

  •  228
    Milingona replied

    You can change the slug by editing line 39 of 'wp-content/plugins/bakery-cpt/custom-posts/testimonial.php':

    'rewrite' => true,

    with the following:

    'rewrite' => array('slug' => 'laboratory'),

    Finally, make sure to re-save Permalinks from Settings > Permalinks.

    Best,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  •  1
    sergisellop replied

    It works! Thank you!

  •  228
    Milingona replied

    Glad to hear that. You're most welcome!


    Milingona Support

    Follow on     Envato     Facebook     Twitter