dorilla
Forum Replies Created
-
Forum: Plugins
In reply to: Rating in a Commentyes? no? anyone know? 🙂
Forum: Plugins
In reply to: NextGen Gallery… HOW?ive asked this before… i think this is what yur asking for
<?php $showalbum = '[album=ID,compact]'; $showalbum = apply_filters('the_content', $showalbum ); echo $showalbum; ?>just change the ID … this works in any template as long as the
<?php wp_head(); ?>is in the headerForum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display 1 image in previewthanks alex, lookin forward to it
also, a little quirk i have is that everytime i create a gallery, i would have to manually select the option to make a new page for the gallery and also manually go and make an image the preview image
is there a way to 1) automatically create a new page for a gallery once i add it, and 2) automatically make the first image i upload into the gallery the preview image (doesnt have to be the first, can be random)
thanks again
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display 1 image in previewok, maybe a more general question: is there a code to automatically add every gallery that is published onto a page?
for example: [gallery=all] or something like that
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display 1 image in previewbump