*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Sophia After Dark
* @since 1.0.0
*/
?>
>
' . "\n";
}
echo '
' . "\n";
echo '
' . "\n";
echo '
' . "\n";
} elseif (is_single() || is_page()) {
global $post;
if (has_post_thumbnail($post->ID)) {
$thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'og-image-size');
if ($thumbnail) {
echo '
' . "\n";
// Uncomment and adjust the following lines if needed
// $thumbnail_url = esc_url($thumbnail[0]);
// $thumbnail_parts = pathinfo($thumbnail_url);
// $thumbnail_new_url = $thumbnail_parts['dirname'] . '/' . $thumbnail_parts['filename'] . '-1536x878.' . $thumbnail_parts['extension'];
// echo '
' . "\n";
}
} else {
echo '
' . "\n";
}
echo '
' . "\n";
echo '
' . "\n";
echo '
' . "\n";
}
?>
>