how to align credits in centre
-
I am using the Pinboard theme for the website twoadultstwochildren.com.
I want to add the following text in the footer, but make it centralised, between the copyright and privacy policy.
my code is
<?php $author_credit_link = '<a href="//www.GoldenLionSolutions.com/' ) . '" title="' . esc_attr( __( 'Designed by Golden Lion', 'pinboard' ) ) . '">' . __( 'Designed by Golden Lion', 'pinboard' ) . '</a>'; ?>
and I tick the show author credit link in theme options which displays this text and the link next to the privacy policy.
is there any way I can get this text in the middle of the footer?
thanks in advance!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘how to align credits in centre’ is closed to new replies.