Selam arkadaşlar. Aşağıda belirttiğim sayfaya sidebar nasıl ekleyebilirim? Birkaç deneme yaptım ama sidebar sonrası gelen içerik yine tam sayfa olarak çıktı.

>

if ( is_single() ) :
the_title( '

', '

' );
else :
the_title( '

', '

' );
endif; ?>



post_content,'wp-block-gallery') || strpos($post->post_content,'class="gallery') ) : ?>
... ()






$prev_post = get_previous_post();
if($prev_post) {
$prev_title = strip_tags(str_replace('"', '', $prev_post->post_title));
echo "\t" . '' . "\n";
}
$next_post = get_next_post();
if($next_post) {
$next_title = strip_tags(str_replace('"', '', $next_post->post_title));
echo "\t" . '' . "\n";
}
?>


if( xbox_get_field_value( 'wpst-options', 'enable-comments' ) == 'on' ) {
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
} ?>