Viewing 1 replies (of 1 total)
  • The post probably has a custom field associated with that image location…look through your index.php or home.php file for something like:

    <?php $meta_values = get_post_meta($post_id, $key, $single); ?>

    where $key is the name of the custom field it is looking for.

Viewing 1 replies (of 1 total)
  • The topic ‘Images not showing’ is closed to new replies.