How to Remove the "Showing Posts with Label" Message
Showing post with label always appear at the top of each of your post.Though it do no harm, but some people dont like it.
I will show you how to remove it in two ways
Step 1. Go to template in your Dashboard>Edit Html
- click on Expand Widget Template
- Press Ctrl+F and find the following c0deIf you are not successful, search only for the first line
<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>
- Delete the entire code and Save the template, now check the result by clicking any of your labels
No comments:
Post a comment