• Hello Everyone.

    I am working on a site which has been built from the ground up using hard coded PHP and every page has its own template.

    I never built the site and making changes can be a nightmare working out how its been built, however the latest problem is the comments box.
    The site is pastpleasures.co.uk

    Now, there is a blog on the page.

    Allow comments is switched on in all areas, the writing page settings are correct. The comments code is in the PHP within the single post .PHP

    I have even tried to add a different post plugin, and it still doesn’t show.

    Any advice would be appreciative.

    Thanks

Viewing 1 replies (of 1 total)
  • I am working on a site which has been built from the ground up using hard coded PHP and every page has its own template…. I never built the site and making changes can be a nightmare working out how its been built

    It’s really impossible to help with this. No one here can see the code or debug the theme for you.

    These forums are for free themes available in the WordPress theme directory at https://www.ads-software.com/themes/ We can help with those themes since we have access to the code, and each theme has its support forum.

    You can try WP-DEBUG

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    in wp-config.php and the debug.log file will be in wp-content.

    Add this

    define( 'WP_DEBUG_DISPLAY', true);

    to wp-config.php to log and dump them to the browser.

    See https://codex.www.ads-software.com/WP_DEBUG

    If you can’t do the work yourself, consider looking for a reputable person on https://jobs.wordpress.net/ or https://directory.codepoet.com or https://upwork.com

    (FYI, it’s not a good idea to respond to work offers from random forum users who have read about your issues.)

Viewing 1 replies (of 1 total)
  • The topic ‘Comments box not appearing’ is closed to new replies.