Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13547

cavudigital on "[Theme: Customizr] Footer Edit - class-footer-footer edit"

$
0
0

I updated my footer to remove the Themes and Co information and I keep getting an error but I cannot find the problem. I even tried to re-update the code with the original code. Can anyone help find the error and solve this problem

I get the following error

Parse error: syntax error, unexpected ')' in /home/content/42/12000242/html/wp-content/themes/customizr/parts/class-footer-footer_main.php on line 176

My css looks like this:

/**
<?php tc__f( 'tip' , __FUNCTION__ , __CLASS__, __FILE__ ); ?>
<?php
$credits = sprintf( '<p> · © %1$s %3$s · Designed by %4$s ·</p>',
esc_attr( date( 'Y' ) ),
esc_url( home_url() ),
esc_attr(get_bloginfo()),
'Themes & Co'
);
echo $credits;
?>*/

Line 176 is made up only of this: ');'


Viewing all articles
Browse latest Browse all 13547

Trending Articles