please help with Warning: implode()
-
Under my theme options I made a checkbox list of all my categories so that users can check to exclude from the header menu. It seems to work. However, when I don’t have any of them checked I get this warning on every page:
Warning: implode() [function.implode]: Invalid arguments passed in /home/kramz/public_html/blog/wp-content/themes/blognfolio/header.php on line 38Warning: implode() [function.implode]: Invalid arguments passed in /home/kramz/public_html/blog/wp-content/themes/blognfolio/header.php on line 43
my code on line 38 looks like this:
$exclude = implode (",".$bnf_exc_cat);line 43
$excludep = implode (",".$bnf_exc_pages);Any tips?
The topic ‘please help with Warning: implode()’ is closed to new replies.