Skip to main content
All Posts By

Alexander

ACF Snippets

Show/Hide Repeater field based on start/end date <?php if( have_rows(‘contact_hours’, 25) ): ?> <div class=”footer-hours”> <div class=”footer-hours-title”>Hours</div> <?php while ( have_rows(‘contact_hours’, 25) ) : the_row(); ?> <?php $begin_date = DateTime::createFromFormat(‘m’,…

Read More

Dual boot macOS/Windows 10

Installeer macOS (UEFI) op SSD 1: https://www.tonymacx86.com/threads/guide-el-capitan-on-the-skylake-h170n-wifi.178197/ Installeer SSD 2 in pc. Maak op een Windows-pc een Windows 10 bootable USB (ook UEFI) met Rufus. Download Windows ISO: https://www.microsoft.com/nl-nl/software-download/windows10ISO Download Rufus: https://rufus.akeo.ie/…

Read More

Bootable backup macOS

Download EFI-mounter https://www.tonymacx86.com/resources/efi-mounter-v3.280/ Copy EFI-folder naar desktop Carbon Copy Cloner gebruiken om een backup te maken https://bombich.com/download Clover installeren op backup disk https://sourceforge.net/projects/cloverefiboot/?source=typ_redirect EFI van desktop replacen met de EFI…

Read More