Your Time:
Our Time:
← Back to discussions

Names in the Subheader

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 10 years ago by Anonymous.

Tagged: 

  • 2016-07-22 at 12:09 am
    Support Expired
    #15533
    SuperNet
    Participant
    • Topics: 5
    • Replies: 5
    • Total posts: 10
    • Post count: 7

    Hello,

    We’re using version 3.2.0 of LifeCare and we want to show the name of the post on the subheader, actually it’s showing always the name “Blog”. We have many posts in different categories, sometimes it shows the name of the post but sometimes it shows only the word “Blog”

    Thanks for your help.

    • This topic was modified 10 years, 1 month ago by SuperNet.
    2016-07-22 at 12:05 pm
    #15538
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Open atp_generator.php file and find for the word “Blog”. If it is a single blog page, then you can change the text here in atp_generator.php file on line around 359.
    $title = get_option('atp_postsinglepage') ? get_option('atp_postsinglepage') : 'Blog';

    If it is a main blog page, then you can change it here on line around 370,

    // iF IS  PAGE   B L O G
    //--------------------------------------------------------
    if (is_home()) {
    	$title = __('Blog','lifecare-textdomain');
    }
    2016-08-24 at 4:04 pm
    #16198
    Anonymous
    Inactive
    • Topics: 0
    • Replies: 3227
    • Total posts: 3227
    • Post count: 0

    Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.

You must be logged in to reply to this topic.