Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created December 19, 2011 16:50
Show Gist options
  • Save billrobbins/1497940 to your computer and use it in GitHub Desktop.
Save billrobbins/1497940 to your computer and use it in GitHub Desktop.
Skip Button
<?php
/*
Template Name: Blank
*/
?>
<?php get_header(); ?>
<?php get_footer(); ?>
<div id="skip" style="position: absolute;top: 50%;left: 50%;">
<p><a class="button" href="http://www.yoursite.com">Skip</a></p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment