• Resolved rcbthree

    (@rcbthree)


    At the bottom of the WPShopify Pages it does not show the footer i created for the other pages on my webpage. How do i go about fixing this?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    Hey @rcbthree ,

    The plugin uses a named get_header and get_footer calls within it’s template files. The calls look like this:

    get_header('wps');
    get_footer('wps');

    So to get your theme’s header and footer to show within the plugin’s template files, you’ll want to add a footer-wps.php and header-wps.php to your theme.

    Give that a shot and let me know how it goes.

    Plugin Author andrewmrobbins

    (@andrewmrobbins)

    The above functions will resolve this issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer says is proudly powered by WordPress’ is closed to new replies.