Error in home Call to undefined function dfd_link_pages()
-
Hello,
I am having a problem with my page, it says the following message:Fatal error: Call to undefined function dfd_link_pages() in /home/nutrafood/public_html/bcaapro.com/wp-content/themes/ronneby/templates/content-page.php on line 4
That file (content-page.php) has this content:
*****************************
<?php if ( ! defined( ‘ABSPATH’ ) ) { exit; } ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php dfd_link_pages(); ?>
<?php endwhile; ?>
*****************************Exactly the same it had 2 days ago (when it was working) and the same it has another similar page I made.
I’ve checked in the functions file ( wp-content/themes/ronneby/inc/components.php ) and found that the function is correctly defined
*****************************
/*———————————————————
* Paginate
———————————————————*/
function dfd_link_pages() {
wp_link_pages(array(‘before’ => ‘<nav class=”post-pagination”>’, ‘after’ => ‘</nav>’));
}/* ———————————————————-
*****************************What could be the error?
The page I need help with: [log in to see the link]
- The topic ‘Error in home Call to undefined function dfd_link_pages()’ is closed to new replies.