It’s typically here:
Goto “Appearance > Editor”
Click on the “Footer.php” link
“Ctrl + F” and search for “Powered by”
Comment out all the lines containing those words (Use “//” to comment out)
For example:
Original: <?php echo sprintf( __( ‘Powered by %1$s’, ‘pinboard’ ), $wordpress_credit_link ); ?>
Modify it to: <?php // echo sprintf( __( ‘Powered by %1$s’, ‘pinboard’ ), $wordpress_credit_link ); ?>
If this is the case, how would I disable that?