custome logo https://wordpress.bratuh.com/wp-content/uploads/2010/08/cropped-cropped-cude-rubic.png
Col-2

single php

single_post_title: post_type_name ! -> новая страни ца

слева -> post_type_name ! -> новая страни ца <- справа

post_type_name контент из новой страницы типа — привет

    WP_Post Object
(
    [ID] => 64
    [post_author] => 1
    [post_date] => 2022-01-24 22:01:41
    [post_date_gmt] => 2022-01-24 20:01:41
    [post_content] => post_type_name контент из новой страницы типа - привет
    [post_title] => post_type_name ! -> новая страни ца
    [post_excerpt] => 
    [post_status] => publish
    [comment_status] => closed
    [ping_status] => closed
    [post_password] => 
    [post_name] => post_type_name-novaya-strani-cza
    [to_ping] => 
    [pinged] => 
    [post_modified] => 2022-01-28 14:54:54
    [post_modified_gmt] => 2022-01-28 12:54:54
    [post_content_filtered] => 
    [post_parent] => 0
    [guid] => http://wordpress.bratuh.com/?post_type=post_type_name&p=64
    [menu_order] => 0
    [post_type] => post_type_name
    [post_mime_type] => 
    [comment_count] => 0
    [filter] => raw
)

вывод комментариев

get_comments // https://wp-kama.ru/function/get_comments



-- sidebar.php --

Основное меню


array(1) { [0]=> object(WP_Post)#14070 (24) { ["ID"]=> int(64) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2022-01-24 22:01:41" ["post_date_gmt"]=> string(19) "2022-01-24 20:01:41" ["post_content"]=> string(103) "post_type_name контент из новой страницы типа - привет" ["post_title"]=> string(48) "post_type_name ! -> новая страни ца" ["post_excerpt"]=> string(0) "" ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(32) "post_type_name-novaya-strani-cza" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2022-01-28 14:54:54" ["post_modified_gmt"]=> string(19) "2022-01-28 12:54:54" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(63) "http://wordpress.bratuh.com/?post_type=post_type_name&p=64" ["menu_order"]=> int(0) ["post_type"]=> string(14) "post_type_name" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["filter"]=> string(3) "raw" } }
Array ( [0] => [1] => [2] => test_shortcode )