The original php script does not work
-
in the original version, it was only possible to know if the gallery existed. But how do I find out in the new version of PHP in the post template what ID is for this post?
Just when it’s the first created gallery – in post / page. And this should also ensure backward functioning for the original php script.Or, how do I use a gallery if I want to embed it universally into a template?
previously worked:
<? php if (function_exists (‘easy_image_gallery’)) {
???? echo easy_image_gallery ();
}?>This is really a crucial modification to the plugin’s functionality, when it completely disrupted the PHP insertion operation.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘The original php script does not work’ is closed to new replies.