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!

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

报告相同问题?

悬赏问题

  • ¥33 找熟练码农写段Pyhthon程序
  • ¥100 怎么让数据库字段自动更新
  • ¥15 antv g6 力导向图布局
  • ¥15 quartz框架,No record found for selection of Trigger with key
  • ¥15 锅炉建模+优化算法,遗传算法优化锅炉燃烧模型,ls-svm会搞,后面的智能算法不会
  • ¥20 MATLAB多目标优化问题求解
  • ¥15 windows2003服务器按你VPN教程设置后,本地win10如何连接?
  • ¥15 求一阶微分方程的幂级数
  • ¥15 关于#线性回归#的问题:【统计】回归系数要转化为相关系数才能进行Fisher' Z转化吗(相关搜索:回归模型)
  • ¥100 使用matlab解决含分段变量的优化问题