Currently reading: The Shining by Stephen King

Use Task Scheduler to add admin-privilege startup items

Windows prevents things that need admin permissions from running with normal startup methods ⸺ like adding a shortcut to an app to the startup folder within the Start menu. To force it to happen anyway, you'll instead need to load up the Task Scheduler and create a task that runs the desired app with the highest privileges available.

Keep on readin' on Use Task Scheduler to add admin-privilege startup items

Published
Categorized as Tech Tagged

Move your WordPress theme's templates into a subdirectory

Building on our (mostly unnecessary) add_filters() function to attach a callback to multiple hooks at once, we can adjust how WP's template hierarchy works. Yes, page-specific templates could already go in a `page-templates` directory, but this hook lets all of your templates go into a directory of your choosing.

Keep on readin' on Move your WordPress theme's templates into a subdirectory