Footer link not working
-
I am having trouble with one link in my footer and I have tried everything I can think of. If anyone out there can help I would certainly appreciate it!
Here is the code:
<?php global $enough_current_theme_name; ?> <footer role="contentinfo"> <address> <?php global $enough_current_theme_name; ?> <footer role="contentinfo"> <address> <?php global $enough_current_theme_name; ?> <footer role="contentinfo"> <address> <?php printf( '<small>©%s %s <a href="http://trendingtrades.com/disclaimer-2/">%s</a> and <a href="%s" class="Disclaimer">%s</a></small> ', date("Y"), get_bloginfo('Disclaimer'), __( 'Disclaimer <span></span>',"enough" ), get_bloginfo('Terms and Conditions of Use'), __( 'Terms and Conditions <span></span>',"enough" ) ); if ( is_child_theme( ) ) { $enough_theme_name = __("Disclaimer","enough"); }else{ $enough_theme_name = __("Privacy Policy","enough"); } printf( ' <small><a href="%s">%s</a></small> ', 'http://trendingtrades.com/privacy-policy ', $enough_theme_name ); ?> </address> </footer> <?php do_action( 'wp_print_footer_scripts' ); do_action( 'wp_footer' ); ?>All links works except for the Terms and Conditions. The website is http://www.trendingtrades.com.
Thank you to all who see this. 🙂
Viewing 2 replies - 1 through 2 (of 2 total)
-
I reviewed the codex but I’m still at a loss how to fix the problem.
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Footer link not working’ is closed to new replies.