single post page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15589
    Stefacchio
    Participant

    Hi,
    in single post page, is it possibile to show post title instead of “SIDEBAR BLOG”?

    see attachment

    many thanks

    #15672
    Raghavendra
    Moderator

    You just need to make a small code change. Change line number 716 to 718 in the latest version of the theme framework/functions/utility-functions.php file to

    
            elseif (is_singular('post')) {
                echo '

    ' . get_the_title() . '

    '; }

    You can find this inside the function – mo_populate_tagline().

    #15675
    Stefacchio
    Participant

    Ok, I will lost this change with future updates, right?

    Regards

    #15680
    Veena
    Moderator

    Yes.
    By using a child theme you will ensure that your modifications are preserved.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.