• if i put on home.php this code:

    <?php
    if (current_theme_supports(‘post_thumbnail’)) {
    echo “OK”;
    }
    ?>
    the answer is NO!

    how can i use post_thumbnail function? (on include/funtcions.php is written
    add_theme_support(‘post-thumbnails’);
    but seams doesnt work.

    pls help me!!!!
    tnks
    dap

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