• 1 question:

    Now in my functions.php file i got this code:

    <?php
    add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 515, 300, true );
    ?>

    this code sets every thmbnail to 515x300px. what if i want to have a different size if category id is 3?

    2 question:

    I am trying to build a facebook app for my website. but i get an error if i open det facebooks create a app page: https://www.facebook.com/developers/createapp.php?version=new

    do you guys also get an error opening this page? :S

    – Lasse

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 questions! If category = id post thumbnail size is =? and Facebook api’ is closed to new replies.