Viewing 4 replies - 1 through 4 (of 4 total)
  • You can do it by creating a child theme https://codex.wordpress.org/Child_Themes and then modifying the (probably) footer.php to delete or modify the lines which display this.

    If it is a theme on wordpress.org a link to the theme would help so I can read through the files. A link to the site would help, as it may be easier to hide using CSS and a custom CSS plugin.

    whoops, theme is Aldehyde. Sorry about that.
    The line you would target in footer.php is
    <?php printf( __( 'Theme Designed by %1$s.', 'aldehyde' ), '<a href="'.esc_url("http://inkhive.com/product/aldehyde/").'" rel="designer">InkHive</a>' ); ?>

    Thread Starter skyhighcomic

    (@skyhighcomic)

    Thank you very much for this. Your’re amazing 🙂

    Hey there,

    Please mark this thread as resolved. Cheers 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove Footer’ is closed to new replies.