IIS 6.0 Taşma Stack

1 Cevap php

I am using WAMP as localhost on my pc, and upload all data to the hosting (using IIS 6.0). I am using lightbox gallery in one post, and in the sidebar, to show recent photos from that gallery (on the sidebar). my code on the sidebar as follows:

echo do_shortcode('[gallery id="66" size="large" columns="4" num="12" pagenavi="0"]');

this works great on my WAMP, but causing stack overflow on the hosting... when I leave it on the sidebar just as

[gallery]

çalışır (ama ... Geçerli sayfadan fotoğrafları gösteren bu yüzden gerçekten. çalışmıyor Aslında tek şey bu sorun post id 66 fotoğrafları çağrı id="66" hangi neden gibi görünüyor ...

Herhangi bir öneriniz hoş olacak!

Teşekkürler

1 Cevap

Bu gibi bir kod yapıyor deneyin, belki bu iş olacak ...

$gallery_shortcode = '[gallery id="66" size="large" columns="4" num="12" pagenavi="0"]';
print apply_filters( 'the_content', $gallery_shortcode );