WordPress custom Plugin showing up white screen
-
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 issueThe page I need help with: [log in to see the link]
The topic ‘WordPress custom Plugin showing up white screen’ is closed to new replies.