Nextcloud Mobile Sync Photos and Video | Missing Files

This can happen when the Nextcloud mobile app hits file-size or timeout limits before the server was configured to handle big uploads. It will re-attempt these uploads but will eventually fail. Nextcloud then stops trying to upload them. Make sure you are setup for large files. Now that your server allows large files, you can …

Inspiro Theme Customization | Author Info Widget

Author Info Widget The Author Info Widget is a customizable sidebar feature designed to highlight the author of a post. When viewing a single post, this widget automatically displays: The widget is fully responsive and styled to appear as a clean card in the sidebar. It enhances engagement by giving readers a quick view of …

Inspiro Theme Customization | Avatar in byline

The following code was used to add a 35px by 35px image to the byline of an single post page. The approach used is to modify the theme template tag “inspiro_single_entry_meta” to add the author avatar in front of the byline. This article applies to WordPress Inspiro v2.1.4 by WPZOOM Locate the file /inc/template-tags.php and …

Set External Time Source for Windows Server 2016/2019 Domain

Here’s how to find out where your Windows Server 2016 domain controller (and the domain as a whole) is syncing its time from. 1. Check the Current Time Source on the DC Open Command Prompt or PowerShell as Administrator and run: You’ll get output like this: 2. Check Domain-Wide Time Hierarchy In an Active Directory …

How to Restrict WordPress Content to Logged-In Users

Force users to log in before viewing posts in WordPress, the most straightforward method involves using a plugin designed for this purpose. Using a Plugin: Alternative (for specific pages/posts): Note: While code-based solutions are possible (e.g., using auth_redirect() in functions.php), plugins generally offer a more user-friendly and maintainable approach for most WordPress users.