2017-03-09, 01:44:35
That's correct, it's how the function works (like GS's getPageContent)
To accomplish what you need, you have to something like
(Not tested)
To accomplish what you need, you have to something like
PHP Code:
<?php if (returnPageField('page','private') != 'Y' || is_logged_in()) { ?>
...
<?php get_i18n_content('page'); ?>
...
<?php } ?>