Skip to content

Instantly share code, notes, and snippets.

@jackcoral89
Created December 30, 2020 10:19
Show Gist options
  • Select an option

  • Save jackcoral89/ab4a99c295795c22e2260a49ccb0199e to your computer and use it in GitHub Desktop.

Select an option

Save jackcoral89/ab4a99c295795c22e2260a49ccb0199e to your computer and use it in GitHub Desktop.
<?php /* Template Name: My Component Template */ ?>
<?php get_header(); ?>
<h1>My Component Template</h1>
<div id="root"></div>
<?php get_footer(); ?>
<script src="<?php echo get_template_directory_uri() . '/public/my_component.js' ?>"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment