Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 504799

Add link to footer

$
0
0

Replies: 0

Hi again,

In the footer I want to add a disclaimer. It’s saying: website, credits for you, WordPress. Between website and your credits I added some code between the middots, but now the credits for WordPress aren’t showed?

Gr. Dennis
http://www.farcows.nl

 apply_filters( 'tc_copyright_link', sprintf( '&middot; <span class="tc-copyright-text">&copy; %1$s</span> <a href="%2$s" title="%3$s" rel="bookmark">%3$s</a>', esc_attr( date( 'Y' ) ), esc_url( home_url() ), esc_attr( get_bloginfo() ) ) ),
			     apply_filters( 'tc_credit_link', sprintf( '&middot; <span class="tc-credit-text"></span> %1$s', '<a href="http://www.farcows.nl/disclaimer/">Disclaimer</a>' ) ),
                            apply_filters( 'tc_credit_link', sprintf( '&middot; <span class="tc-credits-text">Designed by</span> %1$s', '<a href="'.TC_WEBSITE.'">Press Customizr</a>' ) ),
                            apply_filters( 'tc_wp_powered', sprintf( '&middot; <span class="tc-wp-powered-text">%1$s</span> <a class="icon-wordpress" target="_blank" href="https://wordpress.org" title="%2$s"></a> &middot;',

Viewing all articles
Browse latest Browse all 504799

Trending Articles