Welcome to Our Site
array(‘post’, ‘page’),
‘post_status’ => ‘publish’,
‘posts_per_page’ => 10,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’
);
$custom_query = new WP_Query($args);
if ($custom_query->have_posts()) :
while ($custom_query->have_posts()) : $custom_query->the_post(); ?>
term_id).’”>’.$category->name.’‘;
}
}
// Show Tags as colorful buttons
$tags = get_the_tags();
if ($tags) {
foreach ($tags as $tag) {
echo ‘
No posts or pages found.“;
endif;
?>