Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Get the content of a specific page (by ID)

	$id=352; 
	$post = get_post($id); 
	$content = apply_filters('the_content', $post->post_content); 
	echo $content;  
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Get #content #specific #page
ADD COMMENT
Topic
Name
3+8 =