Skip to main content

Change WordPress login logo Without a Plugin


WordPress login logo looks very nice, but it doesn't feel the our website. Sometimes you may want to change it by our own website logo.

Copy the following piece of code and past it on your functions.php file:



function my_custom_login_logo() {
echo '<style type="text/css">
h1 a { background-image:url('.get_bloginfo('template_directory')
        .'/images/custom-login-logo.gif) !important; }
</style>';
}

add_action('login_head', 'my_custom_login_logo');

If you enjoyed this, Please Consider Sharing it!

Popular posts from this blog

Download Gandhi-ji Font

Did you know you can download Gandhiji font , a font which is inspired by Mahatma Gandhi glasses. Typographers from Leo Burnett created this Gandhi ji font in Devanagari, now available in English font also. Watch Video: Click Here To Download Font : Download You may also like to read: How to add road closures to Google Maps during a crisis How to Register Places on Google Maps So Your Business Is Easy to Find MediaTek Helio G90T Vs Qualcomm Snapdragon 712 - Are You Sure Choose a Smartphone With MediaTek? How to Use Filters With Disney Effects on Instagram Story How to Create an Amazon Prime Account to Get Interesting Mobile Legends Items How to Make Slow Motion Video on Vivo Smartphone without Additional Applications How to stop people from adding you to WhatsApp Groups How To Make A Collection Of Photos Into A Video With A Smartphone How to Upgrade Windows 7 to Windows 10 Let You Still Get Microsoft Support How to use Move to iOS to move data from Android to iPhone How to Get Question

Gmail Shortcuts for Composing Messages

Keyboard shortcuts help you save time by allowing you to never take your hands off the keyboard to use the mouse. To turn these case-sensitive shortcuts on or off, click Settings , and then pick an option next to Keyboard shortcuts . You can also enable shortcuts automatically by going to http://mail.google.com/mail/?kbd=1 . Shortcut Key Definition Action c Compose Allows you to compose a new message. + c allows you to compose a message in a new window. / Search Puts your cursor in the search box. k Move to newer conversation Opens or moves your cursor to a more recent conversation. You can hit to expand a conversation. j Move to older conversation Opens or moves your cursor to the next oldest conversation. You can hit to expand a conversation. n Next message Moves your cursor to the next message. You can hit to expand or collapse a message. (Only applicable in 'Conversation View.') p Previous message Moves your cursor to the previous message. You can hit to expand or coll

Create a PDF Viewer ShortCode

Do you need to show PDF files on your WordPress Blog. If yes here is a small code for this. This will gives a feature to open the PDF files using Google Docs . The first step is to paste the following code into your functions.php file: function pdflink($attr, $content) { return '<a class="pdf" href="http://docs.google.com/viewer?url='  . $attr['href'] . '">'.$content.'</a>'; } add_shortcode('pdf', 'pdflink'); Once you saved the file, you'll be able to use the shortcode on your posts and page. Here is the syntax : [pdf href="http://yoursite.com/linktoyour/file.pdf"]View PDF[/pdf]   If you enjoyed this post, Please Consider Sharing it! You may also like to read: How to turn off Find My iPhone How to fix 'iPhone is disabled Connect to iTunes' error messages How to mirror/screencast iPhone to a smart TV how to Delete All Photos from iPhone How to make Chrome default browser How