Featured image not showing
-
Hi everybody,
I’m having some problems enabling featured image option in posts and pages. I have a function.php file with the following code:
<?php
function simple_theme_setup(){
// Featured Image Support
add_theme_support(‘post-thumbnail’);
}
add_action(‘after_theme_setup’,’simple_theme_setup’)I’m quite a newb, but I have spent the last 24 hours doing research on this, and experimenting, but nothing seems to work and I’ve come to a halt. Does anyone have any suggestions?
Thanks in advance
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Featured image not showing’ is closed to new replies.