With this snippet you can change the WordPress Login page, it includes the Logo, the link to the logo, the description to the logo.
Adding a class to WordPress sub menus

Sometimes it’s a nice visual cue to differentiate WordPress menu items with children from those whithout. This function below will add the class has-sub-menu
to every WordPress menu item with a submenu, and allow you to style it as you see fit!
Place this function in your functions.php
file:
Get most recent update time in WordPress

This simple function will return the date and time of the last update to your WordPress website.
Read more…
How to Remove the Smiley Face from WordPress

Simple way to remove the little smiley face caused bystats plugin at your WordPress Footer
10 crucial wordpress plugin development tips

If you’re a WordPress developer and your looking to get into plugin development – or maybe you just want to play around with some ideas – there are some important considerations when you’re releasing your plugin for public launch.
I have recently released my first plugin, EPS 301 Redirects, a plugin that allows you to easily create your own 301s within WordPress, and realized there’s a lot you need to consider.
Changing the WordPress notification ‘From’ address

When WordPress sends out notification emails, it uses very generic and poorly branded ‘From’ headers. You may notice all your WordPress notifications come from your theme as wordpress@yoursite.com; wouldn’t it be nice if they came from you@yoursite.com?
Read more…
WordPress Scheduled Tasks

WordPress has a powerful and surprisingly simple way to schedule tasks. You can use these scheduled tasks to perform maintenance on your site, member management, event management, or any timely functionality you may need.
How to Change the Logo on WordPress Login Page

Lot of people use WordPress as Community Website, or as a Service Website which required users to login, so here is a way to change the default WordPress logo image to your Orgnazation logo or whatever you want to.
Adding Custom CSS Per Post

Sometimes you just want to add custom CSS rules for div’s or w\e class you want to style inside a single post, with the help of this tut you can achieve it : )
How to Blog with WordPress

So you want to blog? well, in this post I will guide you step by step to start using WordPress for blogging,