Home Forums WoodMart support forum Editing Portfolio Landing Page

Editing Portfolio Landing Page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #55741

    yacob555
    Participant

    Hi, where can we change the domain.com/portfolio page?

    Looking to change the URL and the layout.

    Thanks!

    #55764

    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

    #55870

    yacob555
    Participant

    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!

    #55875

    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

    #55893

    yacob555
    Participant

    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

    #55903

    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

    #55904

    yacob555
    Participant

    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

    #55920

    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

Viewing 8 posts - 1 through 8 (of 8 total)