WP Online Contract
DemoYoutube Walk-through
5.*
5.*
  • Important Notice
  • Change Log
  • Plugin Information
  • Youtube Walk-through
  • Installation and Setup
    • Installing the Plugin
    • Updating the Plugin
    • Customize Look and Feel
  • Plugin Settings
    • Purchase Code
    • Plugin Set Up
    • Google Recaptcha
    • Remove Theme Files
    • Advanced Shortcodes
  • Shortcodes
    • Input Meanings
  • Contracts
    • Add / Edit Contracts
    • Default Contract Options
    • Signed Contracts
    • Audit Log
  • Templates
    • Contract Templates
    • Notification Templates
    • CSS Templates
    • Available Contract Shortcodes
  • Payment Methods
    • PayPal
    • Stripe
  • Addons
    • PDF Print Integration
    • Multisite Integration
  • Common Errors
  • Can I Get A Refund?
Powered by GitBook
On this page
  1. Plugin Settings

Remove Theme Files

Contracts > Settings > Remove Theme Files

If you are having issues with your theme bleeding over into the plugin, you can follow these instructions to add a custom header and footer for the contracts.

Header

Create a file called header-contract.php and add the following code to it.

<!DOCTYPE html>
<html class="no-js no-svg">
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?>
</head>
<body>

Footer

Create a file called footer-contract.php and add the following code to it.

<?php wp_footer(); ?>
</body>
</html>
PreviousGoogle RecaptchaNextAdvanced Shortcodes

Last updated 4 years ago