Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
page content into sidebar
#2
(2017-08-19, 01:09:01)maco-nl Wrote: i added the page slug like : <?php get_page('sidebar2'); ?>

Try:
<?php get_page_content('sidebar2'); ?>
(this is wrong – see my post below.

or, if you have the I18N plugin:
PHP Code:
<?php get_i18n_content('sidebar2'); ?>
for multilanguage content.

Wiki: http://get-simple.info/wiki/themes:template_tags
I18N: http://mvlcek.bplaced.net/get-simple/i18n

Edit: Incorrect code snippet
--
Nick.
Reply


Messages In This Thread
page content into sidebar - by maco-nl - 2017-08-19, 01:09:01
RE: page content into sidebar - by hameau - 2017-08-19, 02:13:13
RE: page content into sidebar - by maco-nl - 2017-08-19, 02:31:31
RE: page content into sidebar - by hameau - 2017-08-19, 17:49:22



Users browsing this thread: 1 Guest(s)