how can i let the :
[nggallery id=1]
work inside any php file of my theme?
Thanks
how can i let the :
[nggallery id=1]
work inside any php file of my theme?
Thanks
any idea
Not too sure what that shortcode does but something of this type to execute a shortcode in a template:
<?php echo do_shortcode('[nggallery id=]'); ?>
Also review:
Shortcode_API
THANKS MichaelH
You must log in to post.