PAGES FLORENT wrote:How to insert PHP in the Title zone of the "page settings".
I have tried to type
<?php echo "coucou"; ?>
but when exporting i get
<title><?php echo "coucou"; ?></title>
In the <head> section you need to add it in the "Settings" pane for the page.
Use an HTML container if you want to add php to the <body> section.
Adding it after exporting is stupidly inefficient, and means that whenever you make an adjustment to a page and re-export the project you may have to edit loads of files.
The only thing I have left to do post-export is to add the attributes to the <html> tag for the opengraph stuff, and insert and pre-html PHP code at the top of the file.
It would be nice to be able to include these in a project as well, however RSD in its current form is incapable of doing this.