Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rakeshkumar125/2f912b48318524a8e3395017b1598a9a to your computer and use it in GitHub Desktop.
Save rakeshkumar125/2f912b48318524a8e3395017b1598a9a to your computer and use it in GitHub Desktop.
<?php
/*
Template Name: User Template
*/
get_header();
echo $user_id = ($wp_query->query_vars['user_id'] ? $wp_query->query_vars['user_id'] : '0');
get_footer();
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment