Editing Portfolio Landing Page
-
Hi, where can we change the domain.com/portfolio page?
Looking to change the URL and the layout.
Thanks!
Hello,
The layout is changed in page editing mode http://prntscr.com/jd27vg
In order to change url you will need to find file plugins/woodmart-core/post-types.php
and change:
'rewrite' => array('slug' => 'portfolio'),
'rewrite' => array('slug' => 'your-slug'),
Best Regards
Thanks for the info. I can’t find where to enter the editing mode. I can’t find the page under Posts or Pages. Where do you make that change?
Thanks!
Hello,
This is theme files they are edited via FTP (download, edit, upload) or via CPanel (some of them have the option of the edition.
Best Regards
Sorry I’m not being clear. Is there a way to edit the page like you can other pages? For example, I’d like to get rid of the page heading bar, or change its background, etc.
Thanks
Hello,
No, this is not a page this is a template with code. If you want to make changes you will need to customize the template in the files we have provided.
Best Regards
Okay thanks for your help. All I’d really need to do is get rid of the Header Title Bar, do I just need to delete that code from the template?
Thanks
Hello,
1/ You will need to find this file plugins/woodmart-core/post-types.php
2/ Then, to hange this lines or modify as per your needs:
'rewrite' => array('slug' => 'portfolio'),
'rewrite' => array('slug' => 'your-slug'),
Best Regards