This code snippet let you display you wordpress user’s ID number on Post or Page.
<?php function Display_user_ID_for_Me() {
<pre>global $current_user;
$current_user = wp_get_current_user();
return $current_user->ID;
}
add_shortcode('DisplayUserID', 'Display_user_ID_for_Me');
?>
How To Use:
1. Copy and Paste this code in functions.php file of your wordpress theme.
2. Use [DisplayUserID] this shortcode the display User’s ID number on Post or Page.

Nice thoughts. Like your site design as well. Keep up the good work.
Great post. Will need a good amout of time to entertain your website=D
Amazing article! I’ve enjoyed myself and just wanted to say Keep up the great work!. Please check out some of the python round to nearest ten code snippets at refactory!
One thing that I miss most is layout tools similar to what I get in java, flex or even good old Delphi (border layout, grid layout, flow layout, …). I get that CSS is meant to style one column pages, and for that it is good, though the reality is that web 2.0 is not made out of one column documents.
Thanks for the post man, it’s really nice to read this blog, in favorites now:P
Hello there,This is my personal very first time that I ran across to your website as well as candidly, your site are perfect web site along with encircle a lot of information which i have never read prior to this specific. Let me sign up and book mark a person blogbecause after this, it more convenient for myself in to the future again and read completely new content articles that you publish. Ultimately, what can My spouse and i mentioned will be you need to carry on creating on your own site mainly because I am aware this fabulous website possess a good and excellent upcoming.,Continue!! Good work.,Thank you.
Thanks! on this site http://www.wordpressfunctions.com are some goof wordpress functions for in the functions.php of your wordpress theme! functions in wordpress has never been easier.