• Resolved ESAR

    (@muthaf)


    I have my blog title set in the settings. But now it is naming the blog the title of the most recent post. When I add a post, the entire blog title changes.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.
    Please provide me URL .

    Thread Starter ESAR

    (@muthaf)

    Hello,

    This is the Recent Post title showing on the strip on the blog page.

    Thanks

    Thread Starter ESAR

    (@muthaf)

    How do I get it to go back to being the title of the page?

    [Moderator Note: No bumping, thank you.]

    Theme Author webriti

    (@priyanshumittal)

    Hi

    If you want to display blog title. Then you need to edit some code.

    First create a child theme and copy paste the file banner-strip.php from the parent theme to child themes folder.

    Edit the file and replace this line of code
    <h2 class="page_head pull-left"><?php the_title();?></h2>

    with
    <h2 class="page_head pull-left"><?php bloginfo('name');?></h2>

    Further reading regarding bloginfo http://codex.ww.wp.xz.cn/Template_Tags/bloginfo

    Let me know did this works for you.

    Also rate this theme if you find it useful

    Thanks
    Priyanshu

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Blog Title’ is closed to new replies.