TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
the sim
NA
11
435
i have a home page which disply new updated news further mor
Oct 17 2018 5:31 AM
i have a home page which disply new updated news further more it is link to the more news i would like to show only there old news
how can i co it
$args = array('post_type' => 'fhb_news', 'posts_per_page' => 5, 'paged' => $paged, );
$loop = new WP_Query($args);
$post_found = 0;
$post_found = get_field('fhb_news');
while ($loop->have_posts()) : $loop->the_post();
if ($post_found >= 0) {
$post_found++;
?>
Reply
Answers (
0
)
event calender not highlighting on date range
How can we run a php file in github pages?