Skip to main content

Posts

Showing posts from January, 2017

Change WordPress Logo on Admin Signup or Login Page

You can easily change the WordPress logo on the Login page with the help of  following PHP function. Copy the following code & place it in functions.php file of your active theme. Replace the url field  with the file-name of your logo having appropriate path, and store your logo accordingly  : function admin_login_logo() { ?> <style type="text/css"> body.login div#login h1 a { background-image: url(http://wesbsite.com/one.png); //Add your own logo image in this url padding-bottom: 10px; height: auto !important; background-size:130px; width: 100%; } </style> <?php } add_action( 'login_enqueue_scripts', 'admin_login_logo' );

Change the Logo URL and Title in WordPress Login or Signup page

By default the login logo url points to WordPress.org. If you have a custom WordPress login logo, or a completely custom WordPress login page design, then you should probably change the login logo url to your main site or anything that you think is more relevant. All you have to do is simply paste the codes below in your theme’s  functions.php  file: add_action( 'login_enqueue_scripts', 'admin_login_logo' ); add_filter( 'login_headerurl', 'custom_loginlogo_url' ); function custom_loginlogo_url($url) { return get_site_url(); } function xs_login_headertitle( $title ) { return get_bloginfo ( 'name' ) . ' – ' . get_bloginfo ( 'description' ); } add_filter( 'login_headertitle', 'xs_login_headertitle' );

Free Top High Pr Directory Submission Sites List 2017

S.N Site Name Page Rank 1 Sitepromodirectory 7 2 Highrankdirectory 7 3 Abc-Directory 7 4 Submissiondirectory 6 5 Marketingdirectory 6 6 Siteswebdirectory 6 7 Usalistingdirectory 6 8 Ukinternetdirectory 6 9 Gmawebdirectory 6 10 Dizila 6 11 Promote business 6 12 Somuch 5 13 A1Webdirectory 5 14 Obln 5 15 Addurl 5 16 Ellysdirectory 5 17 Splut 5 18 Techvalley 5 19 Prolinkdirectory 4 20 Gosearchdirectory 4 21 Travel Info 4 22 Livepopular 4 23 Onlinesociety 4 24 Pegasusdirectory 4 25 1Websdirectory 4 26 Synergy-Directory 4 27 Gainweb 4 28 Ananar 4 29 Pakranks 4 30 247Webdirectory 4 31 Free-Url-Submit 4 32 W3Catalog 4 33 Rdirector...