Forums
Forums / Fixing WordPress / Comment Errors with theme.
(@nicholie)
18 years, 2 months ago
I am getting the following error where my comment box should be on my pages and posts,
Fatal error: Call to undefined function: socialize_adb() in /home/worbl99/public_html/wp/wp-content/themes/grayland-10/comments.php on line 21
Not sure exactly what the issue is, so here’s the comment.php code
[long code moderated – use http://wordpress.pastebin.ca if you really need it)
(@moshu)
That’s calling for a plugin which is not installed on your WP. The socialize_adb() function is NOT a WP function.
socialize_adb()
The topic ‘Comment Errors with theme.’ is closed to new replies.
(@nicholie)
18 years, 2 months ago
I am getting the following error where my comment box should be on my pages and posts,
Not sure exactly what the issue is, so here’s the comment.php code
[long code moderated – use http://wordpress.pastebin.ca if you really need it)