Get the Code Here
Download The Code Here
Removing Newer Posts/Home/Older Posts
<!-- navigation -->
<?xml:namespace prefix = b /><b:include name="nextprev"></b:include>
Remove "Showing Post with Label...
<b:include data='top' name='status-message'/>
Removing numbers from your posts in the labels
(<data:label.count/>)
Removing Blogger Navbar
Place this code between <head> and </head >and BEFORE <body>
<!--Remove NavBar --><style type='text/css'>#b-navbar {height: 0px; visibility: hidden; display: none;}</style>
<style type='text/css'>#navbar-iframe {height: 0px; visibility: hidden; display: none;}</style>
Removing Subscribe to: Posts (Atom)
Settings > Site Feed > Allow Blog Feed > None
Removing post date/time, Posted by, comments, links to this post, labels, email post icon.
Posting > Page Elements > Blog Posts > Deselect every box with the exception of the pencil. Keep the Pencil checked.
[...] Click Here to get the code you’ll need for this video [...]
[...] Click Here to get the code you’ll need for this video [...]
[...] Click Here to get the code you’ll need for this video [...]
[...] Click Here to get the code you’ll need for this video [...]
[...] Click Here to get the code you’ll need for this video [...]
Hi
This is a great site and the tutorials have been invaluable, however i can’t seem to get the bit of code for removing new, home and old post buttons.
I keep getting the message.
“The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.” I refresh but get the same message.
is it possible to email it!
Thanks
——————————————————————————–
Invalid at the top level of the document. Error processing resource ‘http://freelandingpage.googlepages.com/websitecode.txt...
Removing Newer Posts/Home/Older Posts
Hi all. Look, i think i desperately need help!!! I have tried in all possible ways, but labels from posts won’t go away, no way. I erase the indicated piece of html code, but no way. i looked everywhere in search of an explanations, and i could not find another way to get ride of the labels for each posts, lokks like there is only this methos? Weird enough, my “show labels” option is NOT checked! so it should not even appear labels from the begininng…
Please, help me out…
Thanks so much in advance. A photography (good resolution) for free for the one that can help me out!!
M.
I am getting back to you regarding how to delete the label numbers. Below is the section of code you need to look for. You can search for whatever the labels have been named in the module. In the case below they are named “Label1″. After locating this section of code…delete the line in red below and save. That’s it.
Thanks,
Jeff
<b:widget id=’Label1′ locked=’false’ title=” type=’Label’>
<b:includable id=’main’>
<b:if cond=’data:title’>
<h2><data:title/></h2>
</b:if>
<div class=’widget-content’>
<ul>
<b:loop values=’data:labels’ var=’label’>
<li>
<b:if cond=’data:blog.url == data:label.url’>
<data:label.name/>
<b:else/>
<a expr:href=’data:label.url’><data:label.name/></a>
</b:if>
(<data:label.count/>)
</li>
</b:loop>
</ul>