Operation Research 2


$post->ID, ‘sort_column’ => ‘post_date’, ‘sort_order’ => ‘desc’ ) );

foreach( $mypages as $page ) {
$content = $page->post_content;
if ( ! $content ) // Check for empty page
continue;

$content = apply_filters( ‘the_content’, $content );
?>

<a href="ID ); ?>”>post_title; ?>

Leave a Reply