• hey
    i just developed my 1st theme for wordpress!!!
    when i work on localhost it seems to work fine! but after i uploaded it to a new server i just get blank page after i activate it!
    what can be the problem?

    i tried to find some info here but i couldnt find anything….

    thanks a lot!
    sagi

Viewing 14 replies - 1 through 14 (of 14 total)
  • There must be problem with the theme to create a blank page.

    it could be a problem with htaccess. check it and try to create new permalinks.

    There’s obviously an issue in your theme. Try developing the theme locally with debug turned on.

    And next time, please don’t post the same question in multiple forums.

    Thread Starter gruvismalt

    (@gruvismalt)

    hey
    thanks for the comments
    what is htaccess? how can i get to it?

    .htaccess is hidden file on server that is used by apache a linux program that rewrites the urls so you get clean urls.

    Thread Starter gruvismalt

    (@gruvismalt)

    amm ok…i tried to change the permalinks and still doesnt work!
    what else can i do?
    im so in pressure…!

    Thread Starter gruvismalt

    (@gruvismalt)

    ok guys
    i added debug, it tells me
    “Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( ‘automatic-feed-links’ ) instead. in /home/vol12/vistapanel.net/vpane_6964556/htdocs/wordpress/wp-includes/functions.php on line 3237”

    can u plz tell me whats going on?

    have tried to switch to default theme see if you have problems with twenty ten theme.

    Thread Starter gruvismalt

    (@gruvismalt)

    hey govpatel. thanks for ur help (:

    yes i did try it…it gives me that line only when im switching back to my theme…

    :\

    Thread Starter gruvismalt

    (@gruvismalt)

    i did try to add
    if ( function_exists( ‘add_theme_support’ ) ) { // Added in 3.0
    add_theme_support( ‘automatic-feed-links’ );
    }

    to my function.php…
    but still. doesnt work…
    im working with version 3.0

    Just do as the message says!

    The problem is likely code in the header.php see this post at ottopress.com

    Do as suggested remove the code from the header.php and in your functions.php add support:

    add_theme_support( 'automatic-feed-links' );

    HTH

    David

    Thread Starter gruvismalt

    (@gruvismalt)

    hey
    thanks for the comment…
    i didnt add this code u talking about in my Header.php

    any other suggestions?
    plz, the costumer is on my back!!
    :\\\

    Thread Starter gruvismalt

    (@gruvismalt)

    it giving me “
    Notice: automatic_feed_links is deprecated since version 3.0! Use add_theme_support( ‘automatic-feed-links’ ) instead. in /home/vol12/vistapanel.net/vpane_6964556/htdocs/wordpress/wp-includes/functions.php on line 3237″

    that mean in the that the problem not in the function.php inside my theme, but in the wordpress itself…

    Thread Starter gruvismalt

    (@gruvismalt)

    ok in the function.php in my theme i replaced the :

    automatic_feed_links();

    to :

    add_theme_support(‘automatic-feed-links’);

    and now i dont even get the error from debug…

    im so busted….
    ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Blank page after i activate a new theme!’ is closed to new replies.