I have setup multiple wordpress sites installation recently on the same domain name, and I thought it would be awesome to have these wordpress sites to share the user logins, which means users only need to…
wordpress
-
-
I was looking for a way to put adsense advertisement in middle of the post. There are plugins to insert ads in the post, but I generally try to keep wordpress as plugin-free as I…
-
You need to create a image file that has a ‘.ico’ extension, dimension 16px X 16px. You can use Photoshop for this, but I use Gimp, which is free. (note: windows Paint doesn’t support this…
-
To hide posts from category/categories, from showing up on your index page, is easy. You don’t need a plugin for this. Simply add one line of code on your index.php, and BAM! Work! Go to index.php…
-
Ever wonder how to get rid of the wordpress logo on your login page and use your own? It’s easy, just paste this into your functions.php file
-
This is the code to generate the login/logout/register hyperlink. You can put it wherever you want on your page.