Well, I have got a favicon for my site but i don't know how to upload it. If anybody knows it, please help me. The format of the favicon is ".ico"
upload the icon to the root folder and add this code before the </head> tag in the header.php file This is for self hosted wordpress blogs. If you are looking to add favicon for wordpress.com blog, see this link, i found it while searching, www[.]isimplyblog[.]com/favicon-for-wordpresscom-blog-blavatar/253/
Just upload your favicon.ico to root folder. You can get more info at below given including generate favicon.ico as well as code to display it. tools.dynamicdrive.com/favicon/ DON.
u can design ur favicon in many websites just google it... there u can get ur code too... just past that in ur html source
Ya, I do read each and everything ! I just didn't replied coz i haven't applied it till now. Will do that after 2 hours. - Digital -
Well, I have some problems. Where to find the root folder in cPanel?? I really don't know how to find it. Help me please. - Digital -
If you are login to your cpanel using any FTP client then first login and then first go to public_html and upload your favicon.ico file there. After that go to wp-content -> themes -> select your current theme folder -> download header.php Add below given code just before </head> tag and Save it. <link rel="shortcut icon" href="/favicon.ico"> Code (markup): Upload your header.php thats all. BTW it'll take little time to display your favicon so be patient. DON.
I agree completely with DON..To add further, instead of downloading and uploading header.php, you can also try to edit the said file, right clicking on it and get the same result! It seems DS has tried his hand on cpanel for the first time...is it? Regards, RightMan
Well, I have one more problem ! IN the homepage of any blog. I have seen many posts which are longer in size but we can see only few parts of the post and to read the whole thing there is a option "READ MORE". I want to know that how to put that READ MORE thing in my posts in my blog ?? - Digital -
While writing your blog post, make use of the 'Insert More Tag' (Alt + Shift + T). http://support.wordpress.com/splitting-content/more-tag/
also i believe there is a plugin for that instead of(Alt + Shift + T) ,although i cudnt remember the name. may be som1 can point out
You can do that using any Excerpts Plugin easily. For e.g. check this - dailyblogtips.com/homepage-excerpts-wordpress-plugin/ DON.
Use this: http://wordpress.org/support/topic/188841 or http://wordpress.org/extend/plugins/shockingly-simple-favicon/ And once in a while Google lol
Well, this thing done successfully ! Thanx to everyone. Now, I have to change my hosting. SO, is it easy or hard process to change the hosting ?? My last host is not working properly so i thought of changing it to hostgator. But i don't know how to transfer files and other things. - Digital -
To change your hosting, sign up with HostGator and use the nameservers that they send via email. It should something like - ns121.hostgator.com ns122.hostgator.com
Check out below given post for that. How to transfer your wordpress blog from one host to another host DON.