I’d like to change our portfolio URLS from website.com/portfolio/item to something like website.com/testimonial/item. Is this possible? can we do it without changing in core file?
There is no one certain place where we can change the slug. In any case, try to change this: find the file wp-content/plugins/woodmart-core/post-types.php find this function register_portfolio() and change as shown on the screen http://prntscr.com/px8nvc
There is no one certain place where we can change the slug. In any case, try to change this: find the file wp-content/plugins/woodmart-core/post-types.php find this function register_portfolio() and change as shown on the screen http://prntscr.com/px8nvc
I have successfully changed the slug as per said by you but I am facing issue in breadcrumb.
The permalink is showing me as testimonial but my breadcrumb is still showing me portfolio.
Please check the Screenshot attached.