WordPress 的 foreach 语句无效行

发布于 2024-11-26 19:20:29 字数 491 浏览 3 评论 0原文

因此,对于我的个人作品集网站,我编写了一个脚本,将 Tumblr 帖子集成到 Wordpress 页面中。直到前几天它都工作正常。但现在我从 Wordpress 收到无效行错误。

起初我以为这是新的 tumblr API,但在我本地的 MAMP 和 WAMP 设置上一切正常,但在网上却崩溃了。最近没有更新导致这种情况。所以我不知所措。

可以找到损坏的页面: http://www.dgovil.com/blog/ 和我的代码该页面在这里: http://pastebin.com/5wYy2Zch

我真的不知道可能是什么错了,因为我当地安装似乎一切正常。

非常感谢任何帮助。我的博客上并没有太多东西,但当我确实想推动它更多的时候,我想让它发挥作用。

谢谢!

So for my personal portfolio website, I had written a script to integrate Tumblr posts within a Wordpress page. It was working fine till the other day. But now I get an invalid line error from Wordpress.

at first I thought it was the new tumblr API but everything works fine on my local MAMP and WAMP setups, but online it breaks. No recent updates to cause that.So I'm at a loss.

The broken page can be found: http://www.dgovil.com/blog/ and my code for that page is here: http://pastebin.com/5wYy2Zch

I really can't figure out what may be wrong, since my local installs all seem to work fine.

Any help is greatly appreciated. My blog doesn't really have much stuff on it, but I'd like to get it working for when I do want to push it more.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

八巷 2024-12-03 19:20:29

$posts 中没有任何值/不是数组。

var_dump($posts); 放在 foreach 语句上方一行,看看它返回什么。

$posts doesn't have any values in it/is not an array.

Put var_dump($posts); a line above that foreach statement and see what it returns.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文