0
votes
1answer
467 views

Jetpack Activation site_inaccessible [Error 400] with Hostgator

I'm getting an error when I try to activate Jetpack in my wordpress. "Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was ...
6
votes
3answers
334 views

What are the best practices for updating?

Don't want to do anything to take down my blog. Here are some upgrade-related questions: How often should Wordpress be updated? What is the best way to do it? How to know if there is a problem with ...
0
votes
3answers
617 views

500 error after update

I had a working (test) blog, and during an update from 3.2.1 to 3.3.1 - something went wrong , I think the update did not finished.. Just before the Update, I have enabled a new theme (all functions ...
1
vote
1answer
308 views

update user information

this is my code /* Update user information. */ if ( !empty( $_POST['url'] ) ){ update_user_meta( $current_user->id, 'user_url', esc_url( $_POST['url'] ) ); else{ ...