‘5’, ‘order’ => ‘DESC’,’post_status’ => ‘publish’, ‘category’ => ’34’);
$recent_posts = wp_get_recent_posts( $args );
//print_r($recent_posts);
foreach( $recent_posts as $recent )
{
echo ‘
Post ID: ‘.$recent[“ID”];
echo ‘
Post URL: ‘.get_permalink($recent[“ID”]);
echo ‘
Post Title: ‘.$recent[“post_title”];
echo ‘
Post Title: ‘.$recent[“post_category”];
//print_r($recent);
//echo ‘
Post Content: ‘.$recent[“post_content”];
//eval($recent[“post_content”]); // ONLY WITHOUT PHP TAGS IN POST!!!
$postid = $recent[“ID”];
echo $post-id;
$acftitle=get_field(“name”, $postid);
echo ‘
The ACF Title: ‘ . $acftitle;
$acfcontent=get_field(“position”, $postid);
echo ‘
The ACF Content: ‘ . $acfcontent;
}
?>
========================================================================
Table for cat 34
========================================================================
Name | Position | |
‘.$name.’ | ‘.$recent[“post_title”].’ | ‘.$position.’ | ‘.$name.’ | ‘.$position.’ |