2014-06-17, 06:54:59
Pagify version 1.3:
If you use get_i18n_content('myslug') or getPageContent('myslug') to include page content in the side bar, make sure to call pagify_off() before and pagify_on() afterwards, e.g.
- allows you to switch off pagify processing for additional content included on your page (@Oleg06)
If you use get_i18n_content('myslug') or getPageContent('myslug') to include page content in the side bar, make sure to call pagify_off() before and pagify_on() afterwards, e.g.
Code:
pagify_off();
get_i18n_content('myslug');
pagify_on();