This topic has 4 replies, 3 voices, and was last updated 10 years, 6 months ago ago by Eva Kemp
Is there anyway to change the main slug/url of the portfolio from etheme_portfolio to something else? For example, 7twentyfour.com/posts/bad-eyebrows/ instead of 7twentyfour.com/etheme_portfolio/bad-eyebrows/
Same goes for the breadcrumbs, which currently looks like Home / Projects / Bad Eyebrows
Hello,
If you want to change portfolio slug you need to edit idstore\framework\portfolio.php , find line 28 $args = array(
and add to the list (in line 40 for example) following code:
'rewrite' => array('slug' => 'posts')
After that go to Settings > Permalinks and re-save settings.
Regards,
Olga Barlow
Thank you… That worked! I also saw where to change the breadcrumb name.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: optimization, portfolio, templates, woocommerce, wordpress
The issue related to '‘Portfolio URL’' has been successfully resolved, and the topic is now closed for further responses