Kernkompetenzen:
Aktuelles aus der Grafikwelt
[posts]
function shortcode_posts_function() {
$content = „Yay!“;
return $content;
}
add_shortcode(‚posts‘, ’shortcode_posts_function‘);
[/posts]
[posts]
function shortcode_posts_function() {
$content = „Yay!“;
return $content;
}
add_shortcode(‚posts‘, ’shortcode_posts_function‘);
[/posts]