• Resolved Aitor Méndez

    (@aitormendez)


    Hi, I need to remove this text

    “© 2013 <my_web>, all rights reserved.” from footer, in order to get my own Creative Commons license.

    ¿how can I make it?

    Thank you in advance.
    Aitor.

Viewing 1 replies (of 1 total)
  • Thread Starter Aitor Méndez

    (@aitormendez)

    Remove this from /wp-content/themes/the-bootstrap/footer.php

    <?php wp_nav_menu( array(
    'container'			=>	'nav',
    'container_class'	=>	'subnav',
    'theme_location'	=>	'footer-menu',
    'menu_class'		=>	'credits nav nav-pills pull-left',
    'depth'				=>	3,
    'fallback_cb'		=>	'the_bootstrap_credits',
    'walker'			=>	new The_Bootstrap_Nav_Walker,
    ) );
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Remove copyright text from footer.’ is closed to new replies.