Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2015 14:50
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 anonymous/217d2a06517dc7286573 to your computer and use it in GitHub Desktop.
Save anonymous/217d2a06517dc7286573 to your computer and use it in GitHub Desktop.
<?php
// WordPress-Standard Funktionen im Theme ausgeben
echo get_option( 'deine-settings', 'default_wert' ); ?>
<?php
// Deine eigenen Funktionen im Theme ausgeben
echo get_theme_mod( 'deine-settings', 'default_wert' )?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment