Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95994

gscohier on "[Theme: Customizr] Credits in the footer"

$
0
0

Hi,

When I try to update the footer credits, I get the following error:
Parse error: syntax error, unexpected ':' in /home/content/74/11716374/html/wp-content/themes/customizr/parts/class-main-footer.php on line 81

Doing it in class.footer.php in this bit:

<div class="span4 credits">
<?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 apply_filters( 'footer_credits', $credits );
?>
</div>
<?php
}

Trying to replace this: href="'.TC_WEBSITE.'">Themes & Co with my stuff but it won't work.

Anyone else having the same issue?


Viewing all articles
Browse latest Browse all 95994

Trending Articles