<?php
global $post;
$myposts = get_posts('numberposts=5&category=1');
foreach($myposts as $post) :
?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php endforeach; ?>
Copyright © 2024. All Rights Reserved. | Sitemap | Website by Trignosoft Solutions