• Hi I have created a custom wordpress plugin for my niche everything is fin I have created that plugin for bulk post generation with a specific code placed in my plugin directory template folder here is complete index of my directory

    time-query-calculator/
    ├── time-query-calculator.php
    ├── includes/
    │ └── admin.php
    ├── templates/
    │ ├── calculator.html
    │ └── query.html
    ├── assets/
    │ ├── admin.css
    │ └── admin.js
    ├── languages/
    │ └── … (translation files)
    └── … (other plugin files)

    But the issue is I have added another option to embed another button on posts

    There is two options
    1 generate posts with the specific code in bulk
    2 embed query on exisiting posts

    option 1 is working fine but when i try to add query on exisiting posts it gives white screen
    input field and interface look ” https://ibb.co/hHqZjXN

    and here is the video https://streamable.com/ybe43b

    Please can anyone tell me how can i fix this i have tried my best but unable to solve this issue


    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator threadi

    (@threadi)

    A server-side error is probably occurring there. Without knowing the entire source code of your plugin, it is not possible to tell you the cause. I would recommend checking the error log. The error and its cause should be listed there.

    It is also worth activating the WordPress debug mode for development. There you can also see the cause of such problems more quickly: https://ww.wp.xz.cn/documentation/article/debugging-in-wordpress/

Viewing 1 replies (of 1 total)

The topic ‘WordPress custom Plugin showing up white screen’ is closed to new replies.