ariolander
Member
Posted 7 years ago #
Well I am working on a template for WordPress but one thing keeps bugging me. Every time I try to define a funtion. Even soemthing so simple as:
"><?php bloginfo('name'); ?>
I get a "Fatal error: Call to undefined function" no matter what I do. Even when its stuff I copied and pasted from other templates it refuses tow ork. Can anyone tell me why? Who thought it would be so hard to port a blogspot template http://animethoughts.blogspot.com/
Such errors with WordPress functions almost always means an incomplete upload occured. I'd recommend deleting the wp-include/ directory from your site, and re-uploading it (and its files) through ftp.
ariolander
Member
Posted 7 years ago #
http://www.ariolander.com/anime/index.php
I think I will try that... I pluged in a line of code that fixed some problems but still stuff like:
<?php the_content(); ?>
Are refusing to cooperate. Thanks for the advice I will try that now...