Greetings. I’m following a tutorial for creating custom wordpress themes. I’m told to create a custom field with the name large_preview and for value paste in the URL of an image, which I’ve done in my first post.
In my index.php here’s the part I have that calls for the custom field, I think:
<?php if (get_post_meta($post->ID, ‘large_preview’,true)) { ?>Yet the image does not show besides in the top featured post: http://breakthroughchurch.com/doodling/
Also I do not have the featured image option available in wordpress, I assume because of my custom theme. I tried adding the line “add_theme_support( ‘post-thumbnails’ );” to functions.php but I still do not have option to add freatured image.
Any help offered is much appreciated. Thanks, Chris.