Title says it all, trying to have the portfolio items url not have “portfolio item” in it. Want it to read more like a regular page
Is this in the settings tab somewhere?
Hey mbesh,
Thank you for the inquiry.
The portfolio permalink or URL can be changed in the Settings > Permalinks > Portfolio Entry Settings section, but when you want to remove it completely, you have adjust the post_type_link and the post query. Please check the following article for more info.
// https://kellenmace.com/remove-custom-post-type-slug-from-permalinks/
// https://developer.wordpress.org/reference/hooks/post_type_link/
We have not tested the provided modification in the article but it should work for custom post types.
Best regards,
Ismael