While writing post in your WordPress dashboard you might have seen revisions those are nothing but shows how many times you have edited the post and at which time and author. Turning it off saves lots of Database space.
Tag: dashboard
How to change the dashboard footer text
In the last post we told you on How to add our own logo to dashboard, this trick is related to that one , based on the same senerio that if you want to brand your website’s dashboard according to you.
How to add our own logo to Dashboard
Normally WordPress Dashboard has a logo of “W” on the top left where your sites title is displayed. if you are running a multi author blog or any similar to that you can add your own logo their to give a good design.
How to add Custom Favicon to blogger blog
Hello to all my visitors . Today morning I saw a comment on trily – blogger template.That my visitor cryptoGATO wanted to add this own favicon instead of default blogger favicon. so this is my todays topic so i m going to tell to you all how to do it. I think you might have seen my favicon Generator that i have made for you all.
So now lets get started :
- Login to your blogger dashboard
- Click on Design
- Click on Edit HTML
- Find this <b:skin><![CDATA[
- Then add the below code above the <b:skin><![CDATA[ :
<link href='YOUR Image Link' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
- Replace Your Image Link with the link of your desired favicon.
- Then Click the preview button. If you can see the favicon on the address on the tab then you have successfully installed favicon.
- Then Click on Save.
How to remove the Blogger Nav bar
Blogger comes with a default navigation bar.This blogger navigaton bar may not be present in most of the templates.But if you are using a default blogger template,then you will see some navigation bars like the one in this picture.These navigation bars can be removed using some simple CSS techniques.
Here are the steps to remove the Blogger Navigation bar /Blogger Nav Bar :
- Login to your blogger account
- From your Dashboard click on Design
- Now choose Edit Html
- In that template code find ]]></b:skin>
- Add the below code Just before ]]></b:skin>
#navbar-iframe {display:none !important;}
- Then Click on Preview and if everything is right hit the Save button