web技術を書いていきます
<?php echo esc_html( get_post_meta( $post->ID, 'meta_key', true ) );
<?php echo esc_html( $_GET['key'] ); ?>