Change or remove the “showing posts with label” message

When a reader clicks on a label on your blog, they are greated with a message telling them that they are now viewing all of your published posts that are categorised under that label. Todays tutorial will show you how to remove this from your blog or change the text that is displayed as well as how it looks.

change or remove showing all posts with label message

Remove the “showing posts with label” message

To remove the message completely following these quick steps. Go to Template > Edit HTML > Jump to Widget > Blog1. Under this you’ll see

<b:includable id='status-message'> ... </b:includable>

Click on the black arrow on the left to expand this code.

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Replace it with the following

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

Save the template. Now when a reader clicks on a label, the message won’t show. This is great when using navigation menus for different blog categories.

Change the “showing posts with label” message

change or remove showing all posts with label message To edit what the message says go to Template > Edit HTML > Jump to Widget > Blog1. Under this you’ll see

<b:includable id='status-message'> ... </b:includable>

Click on the black arrow on the left to expand this code.

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

To change the display message, you need to change whats in between these lines

<div class='status-msg-body'>
                                      
</div>

You can change <data:navMessage/> to show the text you want, such as displaying the label name

<div class='status-msg-body'>
Check out my <data:blog.searchLabel/> posts!
</div>

Edit the look of the message

change or remove showing all posts with label message Add the following to Template > Customise > Advanced > Add CSS to style your message. Adding code here will place it above ]] </b:skin> in Template > Edit CSS. Add the styling you want between the brackets.

/* change text style  */
.status-msg-body {     }

/* change background */
.status-msg-bg {     }

/* change border style */
.status-msg-border {    }

Use conditional tags to change the style of the status msg only on label pages.

Join over 1,000 creators starting, building and growing their online business

Making marketing more manageable (even with limited time, money and know-how) with the latest strategies, insights and updates delivered to straight to your inbox.

By signing up youโ€™ll receive The Roundup newsletter and additional resources. No spam or unnecessary emails. You can unsubscribe at any time.

27 responses to “Change or remove the “showing posts with label” message”

  1. Alyx avatar

    When I go to Jump to Widget>Blog 1, mine doesn’t look like yours. Mine doesn’t have a black arrow to expand and I don’t see “<data:navMessage/" anywhere.

    ๐Ÿ™

    1. Ellie M avatar

      Hello, take a look at this post which should help you find the correct code ๐Ÿ™‚ let me know how you get on. If you still can’t find it, we can try something else.

      1. Alyx avatar

        Hello! I tried searching for it when I first looked. I still don’t see it.

        1. Ellie M avatar

          Go to Settings > Permissions and add ********@gmail.com, I will login and do it for you ๐Ÿ™‚

  2. Pia (Life of Pia) avatar

    This is a great tip!
    Thanks Ellie! ๐Ÿ™‚

    Just wondering if you have a tutorial for changing the ‘Read More’ text to either be bolder or an icon.

    Cheers, Pia

    1. Ellie M avatar

      Hello Pia! Here is a tutorial for changing the read more text – http://xomisse.com/blog/customise-read-jump-link-blogger/

  3. MISBAHUL MUNIR avatar
    MISBAHUL MUNIR

    i am from indonesia… your very very help me, thank you very much…

    1. Ellie M avatar

      Awh thank you ๐Ÿ™‚

  4. Kate avatar

    Woo Hoo! Love it! Thanks for saving me again!

  5. Ataur Rahman avatar

    Thanks for nice solution. Really helpful post for all new blogger.

  6. Thaรญs Barbosa avatar

    Thank you so much *o*, that was exactly what I was looking for!

  7. Maude avatar

    Thank you, my blog looks much better now!

  8. Xenab avatar

    Hi Elaine,
    I tried this earlier and it worked, but then when I was editing some other code in my template, I accidentally deleted the part of the code that lets you edit the text, background, etc. I tried putting it back in, but it doesn’t seem to be working? Could you help me out? The page I am editing is MAZAFOODS.INFO/SEARCH/LABEL/BLOG

    Thanks a bunch!

    1. Xenab avatar

      Ooh nevermind! I figured it out! The tag from the code above it wasn’t closed. Thanks anyway!

  9. SasDL avatar

    I tried searching the code but it did not work

    1. Elaine Malone avatar

      Try searching for a smaller snippet of the code. Sometimes the search doesn’t work if the query is too long, the search guide here may help.

  10. Science Tutor avatar
    Science Tutor

    good job,
    this article help me

  11. Andriodev avatar

    Thanks So much brother…
    i love U.. hahaha

  12. Daniel avatar

    I cant find the id status message. is there any other way @ danglobal.blogspot.com

  13. Love Never Dies Es avatar

    Thank you! It worked perfectly!

  14. Md Alfaaz avatar

    Thanks dude for this amazing post. I applied it on my blog and it is working perfectly.

  15. Kat avatar
    Kat

    thanks so much! huge help!

  16. Justin Mari avatar

    Thank you!! this post is very detailed and precise .. it truly help me ๐Ÿ™‚

  17. Jeff avatar

    Hi, there!
    I know it’s an old post, but I hope you can help me out.
    This article is really helpful, but I want to know if there’s a way to change the message for each label.
    I want to add the different messages on each label. Is it possible?

    1. Elaine Malone avatar

      You could use conditional tags to do this, but it would be a lot of work ๐Ÿ™‚