require_once('../blog/wp-load.php');
?>
$recent_posts = wp_get_recent_posts(array(‘numberposts’=>3));
foreach($recent_posts as $recent){
echo '' . $recent["post_title"] . '
';
}
?>
?>
Recent Posts
$recent_posts = wp_get_recent_posts(array(‘numberposts’=>3));
foreach($recent_posts as $recent){
echo '
}
?>
No comments:
Post a Comment