dongnao9525 2015-11-05 02:58
浏览 35
已采纳

我应该在php脚本中包含哪些文件来使用WordPress提供的功能?

I have an WordPress page that include the javascript file generated by php script (<script src="myScript.js.php" />).

Inside of that php script I would like to use WordPress functions like get_category_by_slug(), get_posts(), get_option() and so on.

But my php file does not include the WordPress "framework".

Which file(s) should I include in my php script to make use of functions WordPress provides to e.g. archive.php in /theme folder?

I've already tried to include each file from wp-include but it wasn't an good idea.

  • 写回答

1条回答 默认 最新

  • dpir3950 2015-11-05 04:28
    关注

    To bootsrap the application you only need to do two things:

    1. Include the loader file require_once( 'wp-load.php' )
    2. Start the application wp()

    Now you have access to all the framework functions!

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分