gruvismalt
Member
Posted 2 years ago #
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
There must be problem with the theme to create a blank page.
olddocks
Member
Posted 2 years ago #
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.
gruvismalt
Member
Posted 2 years ago #
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.
gruvismalt
Member
Posted 2 years ago #
amm ok...i tried to change the permalinks and still doesnt work!
what else can i do?
im so in pressure...!
gruvismalt
Member
Posted 2 years ago #
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.
gruvismalt
Member
Posted 2 years ago #
hey govpatel. thanks for ur help (:
yes i did try it...it gives me that line only when im switching back to my theme...
:\
gruvismalt
Member
Posted 2 years ago #
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
gruvismalt
Member
Posted 2 years ago #
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!!
:\\\
gruvismalt
Member
Posted 2 years ago #
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...
gruvismalt
Member
Posted 2 years ago #
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....
:(