• Hi there,
    i want to apply diffrent header on vendor dashboard page but i have seen the website is using plugin template for this.

    here is screenshot
    https://prnt.sc/vdj7d4

    from plugins/wc-frontend-manager/templates/classic/wcfm-content.php

    how i can tranfer those template folder into into my theme and edit it there. like i want to edit wcfm-content.php
    and i want to use specific header on page 11 like

    if(is_page(10)) {
     get_header('new');
    }
    else {
     get_header();
    }

    i added this code in my page.php but its working.

    regards,
    Ameer

    • This topic was modified 4 years, 4 months ago by Ameer hamza.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apply different header on vendor dashboard page’ is closed to new replies.