Created
July 17, 2015 03:57
-
-
Save kellenmace/9fb1e465a6b104b38bbd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form id="staff-bio-button" class="staff-bio-button" action="<?php echo esc_attr( get_permalink( get_queried_object_id() ) ); ?>" method="get"> | |
<input type="hidden" name="staff-id" value="<?php echo esc_attr( $post->ID ); ?>" /> | |
<input type="submit" name="submit" value="Bio" /> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment