Endless Grief Removing Theme Developers Tag
-
Hi.
I just recently started using a different theme and tried removing the ‘Powered by WordPress and developed by codium’ tag. I have an intermediate level of understanding of how WordPress works, so I checked footer.php and then realized the developer had put a function in the function.php to spit it out.
So I went in and commented out everything between the footer_link() braces…Then all hell broke loose.
Since I’ve done that, I continuously get…Parse error: syntax error, unexpected '*' in /home/content/57/10281657/html/------/wp-content/themes/codium-extend/functions.php on line 281So I went back and repasted in the previous function.php.
Doesn’t work. Still getting that error.
So then I went in and just stripped out EVERYTHING except a basic <?php /* */ ?>
Doesn’t work. Still throwing that error.
WHY – PLEASE TELL ME WHY – WordPress is refusing to overwrite this function.php page. I can’t even remove the theme to reinstall it, because it’s throwing that error.
I cannot, for the life of me figure out why I cant simply drop a php code shell that’s empty into the function page. This strikes me as ridiculous.
Why is it finding a syntax error on line 281 – which looks like this….
$textfooter = __('Proudly powered by <a href="http://www.wordpress.org">Wordpress</a> and designed by ', 'codium_extend' );
There’s no “*” there. And I’ve thoroughly searched through the rest of function.php and found no extra “*’s” lying around. It’s ridiculous to me that I can’t overwrite this function.php and simply repaste in the original.
Would greatly appreciate some help and advice on this. It’s inconceivable that WordPress should fail (and leave me unable to do *anything*) at this level. WHy can’t I simply drop in a different function.php. I know I’ll get errors, but the point is that I should be able to do something to rectify this error.
I am well and truly stuck. Can’t uninstall the theme, can’t overwrite the php.
Can’t do anything.
The topic ‘Endless Grief Removing Theme Developers Tag’ is closed to new replies.