if(is_tax()): ?>
endif; ?>
$categories = get_terms( array(
'taxonomy' => 'category',
'hide_empty' => false,
) );echo '';
?>
Kies een onderwerp:
'; foreach ( $categories as $category ) { echo '' . $category->name . ''; } echo '-
while ( have_posts() ) : the_post();
if (has_post_thumbnail()):
$url = get_the_post_thumbnail_url(get_the_ID(),'medium');
endif;
$text = get_the_excerpt();
$words = 14;
$more = ' […]';$excerpt = wp_trim_words( $text, $words, $more );
?>
- the_title(); ?> endwhile; wp_reset_query(); ?>