在Wordpress网站上,我获得了nextgen gallery插件的变量 - $ gallery。
它拥有我需要的一切。我想是在wp-content / plugins / nextgen文件夹中的nggfunctions.php文件。
我需要在我的wp-content / themes / twentyten / header.php文件中使用此变量。
我该怎么做?
答案 0 :(得分:0)
丑陋的解决方案是使用全局声明将其提升到您当前的范围。 有关详细信息,请查看:http://nl2.php.net/manual/en/language.variables.scope.php