diff --git a/src/functions.php b/src/functions.php index 01219fd..9ebc478 100644 --- a/src/functions.php +++ b/src/functions.php @@ -2,4 +2,5 @@ require get_template_directory() . '/functions/setup.php'; require get_template_directory() . '/functions/enqueues.php'; -require get_template_directory() . '/functions/pagination.php'; \ No newline at end of file +require get_template_directory() . '/functions/pagination.php'; +require get_template_directory() . '/functions/single-functions.php'; \ No newline at end of file diff --git a/src/functions/single-functions.php b/src/functions/single-functions.php new file mode 100644 index 0000000..3dae52e --- /dev/null +++ b/src/functions/single-functions.php @@ -0,0 +1,67 @@ +user_id; + $get_user = get_userdata($user_id); + ?> +
+ +