Forum
Editable regions not appearing in 'Page listings'
Hey, I've installed Perch on my site, Change the .html file to .php, uploaded my site to a web host, I've added the runtime.php line of code at the top of my html file, before the Doctype tag and kept the name of the folder in my directory to 'perch'
<?php include('/perch/runtime.php'); ?>
I then deleted the content, replaced it with the code below as instructed.
<?php perch_content('Intro'); ?>
However, when I re upload the web files via ftp, refresh the cms control panel, my editable content does not appear.
Please advise how I can solved this issue. Thank you.
Hello Sam,
You need to visit the actual page for the region to appear in control panel.
do you mean: https://alixcoefitness.co.uk/about.php/perch/core/apps/content/ This is the URL for my site.
I've also added the Perch code within a <p class> tag:
If you add new regions to
/about.php
, you need to visit/refresh the page/about.php
.From the docs:
You might find this video tutorial helpful:
https://docs.grabaperch.com/video/v3/editing-content/