I'm having some problems with my theme-options.php & now I'm unable to edit any of appearance options nor the website opens .
My Wordpress Site:
http://www.dryerventcleaninghouston.com/
Thanks a lot for your help, I'm still facing some problems:
Basically at first I was having some problems with setting the number of posts to show as they would reset to 3 as soon as I set it to 5. So I tried to edit & it bite me back.
May I ask why you're editing a plugin file? This is usually not recommended. Plus, '[]' seems to happen a lot in that code. From the very little knowledge I have with PHP, I thought it was supposed to go like this: ['']
Hi,
I'm having some problems with my theme-options.php & now I'm unable to edit any of appearance options nor the website opens . My Wordpress Site: http://www.dryerventcleaninghouston.com/
This is where the error occurs:
Thanks.
@Tahirk What is on line 88?
Shouldn't it be
<?php wp_dropdown_categories(array('selected' => get_theme_mod('featured_top_left'), 'name' => $settings['featured_top_left'], 'orderby' => 'Name' , 'hierarchical' => 1, 'hide_empty' => '0' )); ?></p>Thanks Christopher. On line 88 I have this:
@tahirk Hmm. Try my suggestion above. If that doesn't work, keep the change but also try this:
<input type="text" name="<?php echo $settings['featured_top_left_num']; ?>" value="<?php echo get_theme_mod('featured_top_left_num'); ?>" size="5" />Thanks a lot for your help, I'm still facing some problems:
Basically at first I was having some problems with setting the number of posts to show as they would reset to 3 as soon as I set it to 5. So I tried to edit & it bite me back.
May I ask why you're editing a plugin file? This is usually not recommended. Plus,
'[]'seems to happen a lot in that code. From the very little knowledge I have with PHP, I thought it was supposed to go like this:['']