Thread
:
How can I grab th post ID from my wp blog, without changing the htaccess?
View Single Post
11-09-2009, 08:28 AM
fris
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,372
comon, give us a challenge :p
in the loop of course
Code:
<? echo $post->ID; ?>
or you could add it to functions.php in your theme
Code:
function print_postid() { global $post; $postid = $post->ID; return $postid; }
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.
WP Stuff
fris
View Public Profile
Find More Posts by fris