Thread Starter
pecado
(@pecado)
At last, I solved the question. This is the answer.
<?php
$recentPosts = new WP_Query();
$id = get_cat_id(‘portfolyo’);
$q = “cat=-“.$id;
$recentPosts->query(‘showposts=5&cat=’ .$q);
while ($recentPosts->have_posts()) : $recentPosts->the_post();
?>
Thread Starter
pecado
(@pecado)
I’d tried to page them except recent 4-5 posts showing.
I couldn’t have the right view.
Is there any help, please?
Thread Starter
pecado
(@pecado)
I’d tried $recent_posts codes couldn’t merge with my codes.
Any help please?