contao-academy
12/1/2014 - 9:42 PM

WordPress - function.php Maximaler Contentbreite festlegen

WordPress - function.php Maximaler Contentbreite festlegen

if ( ! isset( $content_width ) )
    $content_width = 654; /* pixels */

// Quelle: http://themeshaper.com/2012/10/27/setting-up-your-theme-functions/