Loading functions.php +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'); Loading Loading
functions.php +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'); Loading