Skip to content

Instantly share code, notes, and snippets.

@radarin
Created December 27, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/d6e692c5a35df3e16beb318780925070 to your computer and use it in GitHub Desktop.
Save radarin/d6e692c5a35df3e16beb318780925070 to your computer and use it in GitHub Desktop.
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