HELP!! how do I post a specific post on a static page
-
Hi-
I’m am pulling my hair out trying to make the content of a static website by placing fix specific posts around.
I found this but it is doing very weird things on a 3 column layout- does anyone have any ideas
<?php
$post_id = 13;
$queried_post = get_post($post_id);
?>
<h2><?php echo $queried_post->post_title; ?></h2>
<?php echo $queried_post->post_content; ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘HELP!! how do I post a specific post on a static page’ is closed to new replies.