single.php error
-
Hi there, I am getting the following error:
Fatal error: Call to undefined function: ls_getinfo() in /var/www/html/wp-content/themes/nubricks/single.php on line 19
I understand that this means my display single post function isn’t working. Category and other single pages are working just not view single post function.I’ve checked my index.php which has the following code and the single.php file is in the theme, tried uploading it again.
<?php if (is_single() ) { ?>
<?php if (ls_getinfo(‘isref’)) { ?>
No luck – any help suggestions please would be most appreciated. Many thanks linkit
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘single.php error’ is closed to new replies.