1

在 Wordpress 站点中,我得到了 nextgen 画廊插件的变量 - $gallery。

它拥有我需要的一切。我认为它在 wp-content/plugins/nextgen 文件夹 nggfunctions.php 文件中。

我需要在我的 wp-content/themes/twentyten/header.php 文件中使用这个变量。

我怎么做?

4

1 回答 1

0

丑陋的解决方案是使用 global 语句将其提升到您当前的范围。欲了解更多信息检查: http: //nl2.php.net/manual/en/language.variables.scope.php

于 2012-01-30T09:51:28.003 回答