dwightharris
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Here is the full code.
http://pastebin.com/TFS99pPq#I looked at similar forms who had this problem I’m having and tried there solution but still get this error code
“Parse error: syntax error, unexpected ‘by’ (T_STRING) in /home/dcbohwebmaster/public_html/_DeKalbTeenHealthBeta/wp-content/themes/oblique/functions.php on line 174”Line 174 start at printf( __( ‘Proudly powered by %s’, ‘oblique’ ), ‘WordPress’ );
/** * Footer credits */ function oblique_footer_credits() { echo '<a href="//ww.wp.xz.cn/', 'oblique' ) ) . '">'; printf( __( 'Proudly powered by %s', 'oblique' ), 'WordPress' ); echo '</a>'; echo '<span class="sep"> | </span>'; printf( __( 'Theme: %2$s by %1$s.', 'oblique' ), 'FlyFreeMedia', '<a href="http://flyfreemedia.com/themes/oblique" rel="designer">Oblique</a>' ); } add_action( 'oblique_footer', 'oblique_footer_credits' );[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Viewing 3 replies - 1 through 3 (of 3 total)