New Regions are not showing up in the administration area

If you have created new regions in your page by adding Perch content tags and the regions do not show up in the list in admin under Content, check the following things.

If you have edited your page locally but are checking on the live server, have you uploaded the new page with the regions to your live server? You will not be the first person to be scratching your head wondering why changes haven't appeared for this reason.

After uploading your page did you visit it with your web browser before checking the admin? Perch will not know the new regions are there until you have visited the page at least once.

Check that PHP is running on the pages of your site. If you are using .html rather than .php pages your server probably is not configured to server these as PHP. To check View Source on one of the pages that is not working. If you can see the Perch include or the Perch Content Region tags then PHP is not running. Either rename your pages with a .php file extension or follow the advice in the documentation to create a .htaccess file that will allow parsing of .html as .php: http://docs.grabaperch.com/v1/gettingstarted/#htaccess