Top Poster
#1 ramon fincken 281
#2 Site admin 3
#3 Ber|Art 2
#4 braddmark 1
#5 accentmedia 1
#6 Xarzu 1
#7 Jan 0
#8 roger beckers 0
#9 Christine 0
#10 nextstep 0
[wordpress][solution] How to get any post info outside the loop?



Rating : 3.5 / 5

 
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> CMS-ses (Joomla, WordPress, etc..)
Beta
Want to be notified by email when this topic gets a reply?  
View previous topic :: View next topic  
Author Message
ramon fincken
Site's programmer

Get a free globally recognized avatar
It's free!


Joined: 03 Aug 2007
Posts: 281
Location: A'dam/Diemen, The Netherlands

PostPosted: Sun Nov 29, 2009 10:18 am    Post subject: [wordpress][solution] How to get any post info outside the loop? Reply with quote

Start with setting $post_id, then you query the DB and reset the query.
Now you have an array, so take the first item by [0] the post.

Code:
     $post_id = POST_ID_HERE;
     $post = query_posts('p='.$post_id);
     wp_reset_query();
    $post = $post[0];


After this you'll have everything you need like $post->post_title etc !

Read on:
http://codex.wordpress.org.cn/Template_Tags/query_posts
http://codex.wordpress.org/Template_Tags/query_posts

http://stackoverflow.com/questions/1391...press-loop

http://www.mydigitallife.info/2006/06/2...-variable/
http://www.lonewolfdesigns.co.uk/excerpt-loop/
http://ifelse.co.uk/archives/2005/04/08...sts-redux/
http://www.jtpratt.com/wordpress-hack-1-query_posts/
http://www.livexp.net/wordpress/access-...-loop.html
http://www.optiniche.com/blog/15/the-wo...ide-of-it/
http://mywordpress.com/get-post-title-outside-the-loop/
Back to top
View user's profile Send private message Visit poster's website
Google adsense
Advertisement





PostPosted: Sun Nov 29, 2009 10:18 am    Post subject: [wordpress][solution] How to get any post info outside the loop?

Advertisement
Back to top
GravityForms
Advertisement





PostPosted: Sun Nov 29, 2009 10:18 am    Post subject: [wordpress][solution] How to get any post info outside the loop?

Advertisement
Gravity Forms Plugin for WordPress
Back to top
Post new topic   Reply to topic    Ramonfincken.com Forum Index -> CMS-ses (Joomla, WordPress, etc..) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
General forums
The world of freelance
Programming
Other projects
Poll
I love gifts

Yes goodies and presents! [2]
No but I love polls ! [0]

Related google ads
Where am I?
Hit me!