• PHP Fatal error: Call to undefined function the_archiveS_title() in /var/www/wordpress/wp-content/themes/catch-adaptive/inc/catchadaptive-core.php on line 1650

    – the_archiveS_title( ‘<h1 class=”page-title”>’, ‘</h1>’ );
    + the_archive_title( ‘<h1 class=”page-title”>’, ‘</h1>’ );

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for reporting the issue, we will report the issue to the theme authors immediately so that they can fix the issue and update the theme.
    We will let you know after the theme has been updated.

    If you have any queries and want a swift response please visit the themes official forum
    https://catchthemes.com/support-forum

    Regards.

    I noticed the archive / category pages are not showing … or more precisely the loop seems to break and the sidebars and footer don’t show

    It gets as far as here:

    <section id="primary" class="content-area">
    <div class="columns-header-wrap displaynone"><header class="page-header">

    It appears that there is a stray S in the core include php code inside catch-adaptive-core.php in the inc folder, not the loop as I suggested above.

    line 1650 should read

    the_archive_title( '<h1 class="page-title">', '</h1>' );

    instead in had

    the_archiveS_title( '<h1 class="page-title">', '</h1>' );

    @ecce-homo , yes you are right. There is a new version 1.8.1 already released with this bug fix.

    Please make sure you have updated your theme to the latest version>

    Thank you.

    I have now, thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Archive Display Bug Introduced in 1.8’ is closed to new replies.