Hi,
On the front page of my site, only the first post is displayed; the older ones are truncated. At the bottom of each page and post, the following fatal error message is displayed:
Fatal error: Call to undefined function related_entries() in /wp-content/themes/atahualpa353/index.php on line 24
Line 24 v.v. says:
<?php related_entries(); ?>
<?php /* END of the LOOP */
endwhile; ?>
<?php /* This outputs the next/previous post or page navigation and the comment template.
This can be edited at Atahualpa Theme Options -> Style & edit the Center column */
bfa_center_content($bfa_ata['content_below_loop']); ?>
The entries at Atahualpa Theme Options -> Style & edit the Center column are:
<?php /* Displayed on SINGLE post pages if activated at ATO -> Next/Previous Navigation: */
bfa_next_previous_post_links('Middle'); ?>
<?php /* Load Comments template (on single post pages, and static pages, if set on options page): */
bfa_get_comments(); ?>
<?php /* Archives Pages. Displayed on a specific static page, if configured at ATO -> Archives Pages: */
bfa_archives_page('<div class="archives-page">','</div>'); ?>
<?php /* Displayed on MULTI post pages if activated at ATO -> Next/Previous Navigation: */
bfa_next_previous_page_links('Bottom'); ?>
Does anyone know how I can resolve this issue?
Thanks!
Rutger