'feature','posts_per_page'=>4);
$queryObject = new WP_Query($query);
if ($queryObject->have_posts()):
while ($queryObject->have_posts()):
$queryObject->the_post();
$post=get_post(get_the_id());
?>
post_title; ?>
Please create the custom post type with slug "feature" and import the demo data.
OUR LATEST WORK
have_posts()):
while ($queryObject->have_posts()):
$queryObject->the_post();
$post=get_post(get_the_id());
?>
Want to work with us?
Please create the custom post type with slug "latest_work" and import the demo data.
'team','posts_per_page'=>3);
$queryObject = new WP_Query($query);
if ($queryObject->have_posts()):
while ($queryObject->have_posts()):
$queryObject->the_post();
$post=get_post(get_the_id());
?>
post_title; ?>
Please create the custom post type with slug "team" and import the demo data.
Latest Posts
'post','posts_per_page'=>4);
$queryObject = new WP_Query($query);
if ($queryObject->have_posts()):
while ($queryObject->have_posts()):
$queryObject->the_post();
$post=get_post(get_the_id());
?>