Integrate Pulse CMS at one of my sites this moment.
The blocks works fine, but my client is expecting more:
He wants to create a new page straight from the Pulse Dashboard?
Because of the poor (for me) instructions on Pulse I can’t get it to work.
Can someone help me with this.
So, you have to mimic the structure. There’s already a template available, so just use the links used in the standard template in your own template and replace the standard one.
Hi Erik,
The only real part that you need to insert into your Freeway created page is;
<?php echo $content; ?>
This simply displays the code you’ve added in the ‘page’ section of Pulse. Each page markup item can then call on other blocks to make up the page content. Insert the PHP code above in your Freeway page where you want the page content to appear.
You’ll probably want to add in the code for the page title as well so your final pages have unique names rather than the page title you set in Freeway;