Posts by edward Johansen

    After changing slug format to {postTitle} and Blog post page path: /blog/{postSlug}, all of my blog post is getting 404 redirect. Please help...live site (I know I got careless)


    .htaccess


    My post php


    Extended diagnostic


    I have a php code where I want the page ID and Page Title inside a PHP code. Can anyone help me with this? Thanks



    PHP
    1. <?php
    2. $cmtx_identifier = 'I want perch page ID here';
    3. $cmtx_reference = 'Perch title here';
    4. $cmtx_folder = '/comments/';
    5. require($_SERVER['DOCUMENT_ROOT'] . $cmtx_folder . 'frontend/index.php');
    6. ?>

    My navgroup is not showing when adding template path.


    No errors is showing on debug