Seth

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: 2 Websites Recently Completed #383

    Seth
    Participant
    Post count: 10

    Thanks Jon!


    Digital marketing consultant. Entrepreneur. Small business crusader. Husband & Father. Roman Catholic. Athlete. Homebrewer. Backyard Vintner. Italophile.
    Website | Twitter | Facebook

    in reply to: 2 Websites Recently Completed #367

    Seth
    Participant
    Post count: 10

    Thanks for the feedback Tracy, I may just have to implement it!


    Digital marketing consultant. Entrepreneur. Small business crusader. Husband & Father. Roman Catholic. Athlete. Homebrewer. Backyard Vintner. Italophile.
    Website | Twitter | Facebook

    in reply to: Customize Login Logo Without A Plugin #265

    Seth
    Participant
    Post count: 10

    Here’s the code that I normally use to customize the login logo and it works pretty well.

    /******* Customize Login Logo ******/
    function my_custom_login_logo() {
    echo '
    h1 a { background-image:url('.get_bloginfo( 'stylesheet_directory' ).'/images/login-logo.png) !important; }
    ';
    }

    add_action( 'login_head', 'my_custom_login_logo' );

    function my_custom_login_url() {
    return site_url();
    }
    add_filter( 'login_headerurl', 'my_custom_login_url', 10, 4 );



    Digital marketing consultant. Entrepreneur. Small business crusader. Husband & Father. Roman Catholic. Athlete. Homebrewer. Backyard Vintner. Italophile.
    Website | Twitter | Facebook

    • This reply was modified 7 months ago by  Seth.
    • This reply was modified 7 months ago by  Seth. Reason: Code not displaying correctly
    • This reply was modified 7 months ago by  Seth.
    • This reply was modified 7 months ago by  Seth. Reason: Code not displaying correctly
    in reply to: Welcome to the StudioPress Community Forums #145

    Seth
    Participant
    Post count: 10

    The new membership portal looks pretty neat. What is it set up on?


    Digital marketing consultant. Entrepreneur. Small business crusader. Husband & Father. Roman Catholic. Athlete. Homebrewer. Backyard Vintner. Italophile.
    Website | Twitter | Facebook

Viewing 4 posts - 16 through 19 (of 19 total)