• Resolved Jimmybailey1

    (@jimmybailey1)


    Hi all
    getting this error on my blog page

    Warning: implode(): Invalid arguments passed in /home1/bailey1/public_html/www.gutsblog.com/wp-content/themes/HighendWP/page-blog-fullwidth.php on line 34

    this is line 34

    $cats = implode(‘+’, $cats);

    any help be great ?

    Thanks!

    Jimmy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What does $cats hold?

    Thread Starter Jimmybailey1

    (@jimmybailey1)

    Hi Andrew

    im not sure to be honest i just have the error on the web page and this is line 34 :-/

    here i have incuded the line above which also has $cats in it

    $cats = vp_metabox(‘blog_fw_page_settings.hb_blog_category_include’);
    $cats = implode(‘+’, $cats);

    Thread Starter Jimmybailey1

    (@jimmybailey1)

    all fixed guys!

    make a back up first!

    then just remove the $cats code and try again… i found them two lines were just not needed at all

    please back up first encase it doesnt fix your problem/theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Implode error’ is closed to new replies.