"; if ($favorite_post_ids): $c = 0; $favorite_post_ids = array_reverse($favorite_post_ids); foreach ($favorite_post_ids as $post_id) { if ($c++ == $limit) break; $p = get_post($post_id); echo "
  • "; echo "" . $p->post_title . " "; echo "
  • "; } else: echo "
  • "; echo "Your favorites will be here."; echo "
  • "; endif; echo ""; ?>