[Resolved] Blog items won’t load anymore after update

Home Forums Support [Resolved] Blog items won’t load anymore after update

Home Forums Support Blog items won’t load anymore after update

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1869907
    Diederick

    Yes it points in that direction.
    But I can’t seem to figger out what the problem is.
    Any Idea where I should look?

    #1870056
    David
    Staff
    Customer Support

    What do you have in the child theme functions.php ?
    I would begin by temporarily removing the code from there.
    Then add any function back one by one to see which is the issue.

    #1870107
    Diederick

    Hi,

    I emptied the function.php file and it didn’t change anything.
    In the meanwhile I’ve checked my other templates I’ve have added code to.
    In the footer.php I found a slight change where you add a hook.

    <?php
    /**
     * generate_after_footer hook.
     *
     * @since 2.1
     */
    do_action( 'generate_after_footer' );
    
    wp_footer();
    ?>

    This is new once I added it. everything worked fine again.

    #1870150
    David
    Staff
    Customer Support

    Aah ok – so its working now ?

    #1870409
    Diederick

    Yes somehow that hook broke the theme.
    updated all my templates to be sure and futureproof

    #1871138
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.