• Resolved Vaibhav chouhan

    (@vaibhav-chouhan)


    rtrim() expects parameter 1 to be string, object given in /home/zigsawzindagi2/public_html/www.zigzobs.com/blog/wp-content/themes/ignite/inc/breadcrumbs.php on line 38

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for sharing this error message.

    Could you please try making an edit to that file, and let me know if it fixes the error on your site?

    In the inc/breadcrumbs.php file, change line 35 from this:

    $category = get_the_category();

    To this:

    $category = get_the_category( $post->ID );

Viewing 1 replies (of 1 total)
  • The topic ‘Error on page’ is closed to new replies.