New Landing How can we help? Cardinal Custom Admin Logo links to wordpress.org

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Cardinal
  • #90640
    kermit73
    Member
    Post count: 31

    Hi,

    I’ve recognized that the custom admin Logo links to wordpress.org, how can I change this?

    Thanks a lot!
    Maike

    #90680
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    In Settings > Reading have you set a page for your home page?

    – Kyle

    #91018
    kermit73
    Member
    Post count: 31

    Hi,

    yes, I did. Do you have another suggestion?

    Thanks!
    Maike

    #91031
    kermit73
    Member
    Post count: 31

    Just tested it on some other sites using Cardinal…same issue there – the link goes to wordpress. So it seems to be a theme issue.

    Hope that helps!

    #91126
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This is standard WordPress functionality, if you want to change it, you ned to add this to your child theme functions.php file:

    function loginpage_custom_link() {
    	return 'http://domain.com';
    }
    add_filter('login_headerurl','loginpage_custom_link');

    – Kyle

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register