Jump to content

issue with a invalid argument error


mfdc

Recommended Posts

Hi I'm really hoping you can help me, and I'm trying to give as much information as I can, I'm getting an invalid argument supplied for foreach() error, which is referencing the following code (see below) - is their anything obvious you can see? I appreciate I'm a thicko

<section class="categorynews">
			<?php $categories = thb_HomePageCategories();?>
			<?php foreach($categories as $category) { ?>
				<?php $color = GetCategoryColor($category); ?>
			    
				<div class="categoryholder cf">
					<div class="categoryheadline" style="border-color:<?php echo $color; ?>">
						<h2><?php $cat = get_category($category); echo $cat->name; ?></h2>
						<span><a href="<?php echo get_category_link($category); ?>" style="color:<?php echo $color; ?>"><?php _e( '<i class="icon-long-arrow-right"></i> View All Articles', THB_THEME_NAME ); ?></a></span>
					</div>
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.