Kategorie: Allgemein
echo get_the_date(); ?>
Test
$options = get_option('bicbswp_theme_options');
if ($options['excerpts']) {
echo the_excerpt();
} else {
echo the_excerpt();
}
?>
echo get_the_date(); ?>
Hallo Welt!
$options = get_option('bicbswp_theme_options');
if ($options['excerpts']) {
echo the_excerpt();
} else {
echo the_excerpt();
}
?>