• i keep geting a error on this code

    <?php
    if ($all_the_tags);
    $all_the_tags = get_the_tags();
    foreach($all_the_tags as $this_tag) {
    	if (empty($this_tag->name )&&($this_tag->name !="OVA")) {
    ?>

    but when i tried it on a nearly identical blog and it worked anyone have a clue what the issue maybe?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Warning: Invalid argument supplied for foreach() error’ is closed to new replies.