Prüft den Anzeigemodus für Wordpres
<?php | |
if ( is_category() == true OR is_search() == true ) { the_excerpt(); } else { the_content(); } | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment