• Hello.. I am quite new here and I just created my website. I would like to insert copy right at the footer. How shall I do it? I’m using Twenty fourteen theme
    do I need to remove this txt? ( printf( __( ‘Proudly powered by %s’, ‘twentyfourteen’ ), ‘WordPress’ ); ?> )

    thanks for your help

    <div class="site-info">
    				<?php do_action( 'twentyfourteen_credits' ); ?>
    				<a>"><?php
                       printf( __( 'Proudly powered by %s', 'twentyfourteen' ), 'WordPress' ); ?></a>
    			</div><!-- .site-info -->
    		</footer><!-- #colophon -->
    	</div><!-- #page -->
    
    	<?php wp_footer(); ?>
    </body>
    </html>
Viewing 2 replies - 1 through 2 (of 2 total)
  • do I need to remove this txt?

    you can, but you don’t need to;

    just add your copyright text anywhere into the code, for example after this section:
    <?php do_action( 'twentyfourteen_credits' ); ?>
    or before:
    </div><!-- .site-info -->

    Thread Starter Reslie

    (@reslie)

    thanks, it has worked but the txt proudly powered by WordPress is still there. Can I remove this txt? how shall I do it. Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘copy right text’ is closed to new replies.