Tagged Questions
0
votes
1answer
459 views
Undefined index: debuging error for theme option template snippet
Hello I tried to find the solution but couldn't get what I am looking for..I am getting error exactly as bellow..
Notice: Undefined index: page in ...
0
votes
1answer
414 views
Weird undefined index: id,std notices. How to fix it?
Ok I'm running my wordpress in debug mode. I'm getting lot of notices.
This is my code.
<?php
//allows the theme to get info from the theme options page
global $options;
foreach ($options as ...