HI PEOPLE!
anyone know what is the template tag to use oqey gallery inside php files? i try this but doesnt works:
<div id="mycontent">
<?php echo do_shortcode('[oqeygallery id=1 width=900 height=380]'); ?>
</div>
i need a simple way to use it inside php page, like index.php, as above.