Commit 4890dc99 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'clean-functions-php' into 'master'

Clean functions.php

See merge request fachschaft/wp-theme!15
parents 229394de 9d73020c
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
<?php
/*
    Theme: Fachschaft Computerlinguistik
    IFunctions File
/**
 * Functions file.
 * 
 * To our understanding, this can be used to add arbitrary PHP code to our theme
 * (very similar to a plugin) and to tell WordPress about the abilities of our theme.
 * 
 * @see https://developer.wordpress.org/themes/basics/theme-functions/
 */

// add support for theme functions
// - add support for post thumbnails
add_theme_support('post-thumbnails');