在带有论文主题的 Wordpress 3.2 中获取数字页面 id 作为变量
我发现答案是忽略在我的函数中将 $post 放入全局
我需要将页面 id 作为变量获取,以便我可以在 switch 语句中将其用于不同目的。
我正在使用 WP 3.2 + Thesis 1.8 - 都是全新的。
我尝试过各种不同的代码,这些代码在运行标准主题的 WP 2.9 中运行良好,但没有运气。
我用于此目的的任何代码都将写入 wp-content\themes\thesis_182\custom\custom_functions.php
Ive found the answer was that Neglected to put $post in global within my function
I need to get the page id as a variable so I can use it in a switch statement for varying purposes.
I'm using WP 3.2 + Thesis 1.8 - all brand spankingly new.
I've tried all sorts of different code that worked fine in WP 2.9 running a standard theme but no luck.
Any code I use for this will be written in wp-content\themes\thesis_182\custom\custom_functions.php
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么需要page_id?你可以检查一下
Why do you need page_id? You could just check