post->post_content
-
I have a index page that pulls some of its content from another page.
The issue that I am having is the content it is pulling is not getting formatted correctly. When I pull it over it crunches the text together are removes the <p> spacing.This is the code I use.
<?php $id="33-2"; $post = get_page($id); echo $post->post_content; ?>
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘post->post_content’ is closed to new replies.