• Fatal error: Call to undefined function: yarpp_sql() in /home2/equinesp/public_html/wordpress/wp-content/themes/traveller/traveller/single.php on line 77

    This is on the bottom of each page. I am using a purchased theme called Traveller-just learning how to customize it. Any help would be greatly appreciated!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Make sure the Header.php contains:
    <php wp_head(); ?>
    and in the footer.php:
    <php wp_footer() ?>

    You could also try disabling other plugins. YARPP sometimes has conflicts with ther plugins.

    Thread Starter SandraBeaulieu

    (@sandrabeaulieu)

    Is there a specific place that this code should be…near the top, middle, or bottom?

    For the header.php its usually like:

    <?php wp_head(); ?>
    </head>

    And in footer.php like:

    <?php wp_footer(); ?>
    </body>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal Error at bottom of post pages’ is closed to new replies.