Hover on left menu’s “Settings” and you will find “Office Visits Logbook” in the sub-menu. Click it and you will see the admin page for Office Visits Logbook.
Go to this plugin's root folder. Copy template-officevisitslogbook.php to \wordpress\wp-content\themes\twentytwenty\templates folder.
Please refer to the document documentation_officevisitslogbook.pdf for further details.
Updated: Small changes - 1. Removed white spaces. 2. Replaced sanitize_text_field($_SERVER['REQUEST_URI']) with sanitize_url($_SERVER['REQUEST_URI']).
Updated: Replaced sanitize_url($_SERVER['REQUEST_URI']) with esc_html($_SERVER['REQUEST_URI']).
1.1.0
New: From now on, by default, when you activate this plugin, it will automatically create a visit landing page for you. You do not need to copy the template-officevisitslogbook.php file to this folder: wordpress\wp-content\themes\twentytwenty\templates if you are using the twentytwenty theme. For some themes, if it does not automatically create a visit landing page for you, you still need to add this plugin root folder template-officevisitslogbook.php file to your template folder.
1.0.2
Updated: For this plugin to get your company's current local date, you must set the timezone value correctly. You can edit the timezone at Dashboard -> Settings -> General -> Timezone -> check if the value has been set correctly.
New: Added a constant SHOW_ALL_VISITS_WHEN_NOT_SEARCH to the constant table. By default, the landing page shows all the visits. But sometimes you want to protect other visitors' privacy and hide other visits' details when a new visitor is using this landing page. To do this, just set the value of SHOW_ALL_VISITS_WHEN_NOT_SEARCH in your constant table to no (0). If you did not find SHOW_ALL_VISITS_WHEN_NOT_SEARCH in your constant table, please deactivate this plugin and activate it again. Then SHOW_ALL_VISITS_WHEN_NOT_SEARCH will be automatically added to your constant table. A visit record can be updated only when it is active and timeout is empty. Deleted visits and finished visits are not available for editing.
1.0.1
New: Added the create new page image into the documentation_officevisitslogbook.docx and documentation_officevisitslogbook.pdf files.