Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: Add Link to Facebook how to remove logo wordpress

  1. #11
    Veteran wighty's Avatar
    Join Date
    Mar 2011
    Location
    UK
    Posts
    291
    Thanks
    20
    Thanked 10 Times in 9 Posts
    Quote Originally Posted by lodhig View Post
    hi erel
    So here is how you can change the logo and link from your login and register page:
    You need to do this customization in two parts first is code editing and second is logo editing.
    For code editing:
    First of all login to your FTP server and open the home folder where your wordpress blog is installed.
    Now look for the “wp-login.php” page there and open it with any code editor text editor.
    Now search for the phrase in the code.
    And below the phrase you will find code something like this:


    <?php if ( !is_multisite() ) { ?>
    <div id="login"><h1><a rel="nofollow" href="<?php echo apply_filters('login_headerurl', 'http://wordpress.org/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Powered by WordPress')); ?>"><?php bloginfo('name'); ?></a></h1> ……………………


    So all you have to do now to change and link to wordpress in login/register page is change above code as following:



    <?php if ( !is_multisite() ) { ?>
    <div id="login"><h1><a rel="nofollow" href="<?php echo apply_filters('login_headerurl', 'http://yourwebsitelink.com/'); ?>" title="<?php echo apply_filters('login_headertitle', __('Your website slogan here.)); ?>"><?php bloginfo('name'); ?></a></h1>


    And after you have edited the code now comes the second part of editing the logo.
    All you have to do to edit your logo is go to the home folder of your wordpress and then go to the folder wp-admin/images and you will find an image named “logo-login.gif” there. Edit this image without changing it’s name and save the image.
    So now you are done. Just go to the login page of your blog and you will find your new customized logo and link.
    Correct me if Im wrong, but the doesnt Classipress theme over ride the standard Wordpress login page, so the above excercise is pointless, as its unaccessible?

  2. #12
    Forum Member julia2's Avatar
    Join Date
    Feb 2012
    Location
    NYC, NY, USA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I am new inn wordpress and have to learn a lot . Thanks for helping me

  3. #13
    Senior Member zxen's Avatar
    Join Date
    Dec 2010
    Location
    Australia
    Posts
    112
    Thanks
    2
    Thanked 9 Times in 5 Posts
    this doesnt fix the facebook feed wordpress logo problem.

  4. #14
    stephenoconnor's Avatar
    Join Date
    Mar 2012
    Location
    Ireland
    Posts
    27
    Thanks
    11
    Thanked 7 Times in 5 Posts
    well said zxen
    any fresh solutions out there?

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. removing wordpress link and apptheme link in metadata
    By admin1 in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: May 24th, 2012, 09:29 PM
  2. sharing a thumbnail on Facebook, Digg, etc. other than main logo
    By freelancing in forum JobRoller General Discussion
    Replies: 4
    Last Post: June 16th, 2011, 04:38 AM
  3. Problem with facebook link box
    By krreddy in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: April 2nd, 2011, 05:53 PM
  4. Facebook URL Link Description
    By jshgroup in forum Help Using ClassiPress
    Replies: 2
    Last Post: February 1st, 2011, 08:43 AM
  5. Logo No Link
    By pipno in forum Help Using ClassiPress
    Replies: 5
    Last Post: April 5th, 2010, 06:04 PM