at path:
ROOT
/
wp-content
/
themes
/
sinatra
/
template-parts
/
header
/
logo.php
run:
R
W
Run
widgets
DIR
2025-12-13 10:19:26
R
W
Run
base.php
502 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
header-layout-1.php
549 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
header-layout-2.php
561 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
header-layout-3.php
893 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
logo.php
315 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
navigation.php
947 By
2024-10-16 22:06:05
R
W
Run
Delete
Rename
error_log
up
📄
logo.php
Save
<?php /** * The template for displaying theme logo. * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <div class="sinatra-logo si-header-element"<?php sinatra_schema_markup( 'organization' ); ?>> <?php sinatra_logo(); ?> </div><!-- END .sinatra-logo -->