Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can one page gets content dynamically from others?
#1
Hello. I have site in PHP and try to move it to GS.

My index.php founds files and adds content from them to itself:
<?php
$files = glob( 'tariffs/tariff*.php' );
foreach( $files as $file ) {
include( $file );
echo $tariff_about;
}
;?>

But in GetSimple there is no separate *.php files as I add content to GS, so I cant use this peace of code.

I want to know is there a way to create same behaviour with GS? I mean that main page dynamically is being got content from some pages (I found a plugin here to add custom page types).
Reply


Messages In This Thread
Can one page gets content dynamically from others? - by YNTs - 2012-06-29, 13:08:55



Users browsing this thread: 1 Guest(s)