Return to Snippet

Revision: 45502
at May 2, 2011 21:05 by nachuge


Initial Code
<?php
$post_id = 26;
$queried_post = get_post($post_id);
$title = $queried_post->post_title;
echo $title;
echo $queried_post->post_content;
?>

Initial URL


Initial Description


Initial Title
id ye göre tekil post listele

Initial Tags


Initial Language
PHP