Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other One more quick thing… help on the personal homepage

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23877
    stacyjill
    Member

    One more quick thing…

    I am getting this on my website:
    Warning: Invalid argument supplied for foreach() in /home/content/s/t/a/stacyjill/html/wp-content/themes/PersonalHomepageTheme/sidebar.php on line 25

    Does anyone know what that would be relating to?

    Here is the code that is on the page:

    Code:
    get_link() . ‘”>’ . $item->get_title() . ‘
  • ‘;
    }
    ?>

#52720
cronix
Member

try this

Code:
for ($x = 0; $x < $feed->get_item_quantity($total_articles); $x++)
{
$first_items[$x] = $feed->get_item($x); // you have to put the value into a specific column of your array
}
Viewing 2 posts - 1 through 2 (of 2 total)