2016-05-04, 06:42:03
I'm having an issue with the I18N Gallery where if I place the shortcode on a page (sidebar) and the template page has getcontent from the page of that sidebar, the gallery will not load. It will only show the shortcode for it. (% gallery name=portraits-gallery %)
On my portfolio template page I have:
On my portfolio template page I have:
Code:
<div class="sidebar-left">
<?php getPageContent(return_page_slug().'-sidebar'); ?>
</div>
<div class="content">
<?php get_page_content(); ?>
</div>