Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php on line 216 Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php on line 235 Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/lib/wfConfig.php on line 2008 Deprecated: Non-canonical cast (binary) is deprecated, use the (string) cast instead in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php on line 79 Deprecated: Case statements followed by a semicolon (;) are deprecated, use a colon (:) instead in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php on line 285 Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php:21) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 621 Warning: Cannot modify header information - headers already sent by (output started at /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php:21) in /customers/d/9/d/mlund.dk/httpd.www/wp-content/plugins/onecom-vcache/vcaching.php on line 629

Medier organisering

Medier er det område i admin i WordPress, hvor alle filer, herunder billeder, pdf-filer mm. implementeres.

Sti

Som standard organiseres uploads i mapper efter måneds- og årsbaserede mapper. Dette kan ændres under Indstillinger – Medier.

Kopier

WordPress opretter flere kopier af opload billeder. Miniaturestørrelse anvendes til standard galleri.
Dernæst oprettes medium og store størrelse, hvis disse ikke ønskes oprettet, skrive 0 i felterne.

I functions.php kan man oprette andre billedestørrelser. Inspirationskilde.

add_image_size( 'thumb-small', 130, 130, true );
    add_image_size( 'thumb-standard', 320, 320, true );
    add_image_size( 'thumb-medium', 520, 292, true );
    add_image_size( 'thumb-large', 720, 405, true );
    add_image_size( 'marsvin', 400, 400, true );

Filebird

FileBird gør det muligt, at oprette mapper i medier admin.
I free version kan der oprettes op til 10 mapper.