I’m think I’ve found a bug with JetPack 1.7 [closed]

Jetpack support kindly replied: This could be an issue with the After the Deadline module. When you update a post, WordPress makes a call to the service (service.afterthedeadline.com) to spellcheck your content, and it seems an error occurs during the connection. Could you try deactivating the Spelling and Grammar module Disabling it DID fix the … Read more

Jetpack email sharing button to include image on email sent

wp_mail does not support rich formatting, so you can’t just embed the image in the body. It does, however, support attachments. If you read about the function, you’ll see it has a parameter for attachments. Try hooking your attachment there instead: http://codex.wordpress.org/Function_Reference/wp_mail $attachments (string or array) (optional) Files to attach: a single filename, an array … Read more

Visual Editor not working when Jetpack plugin is active

I just had the same problem using Jetpack v3.3 on http://ataxproforyou.com. I deactivated the whole jetpack plugin and the features came back, reactivated the plugin and was fine, until I connected it to my wordpress site http://ataxproforyou.wordpress.com and they went away again. I deactivated spell-check setting but that didn’t resolve. I deactivated the Shortcode Embed … Read more

Featured posts and the loop

A simple approach could be to use a global array in which you will store posts that are selected in the featured query. You could set this array in your functions.php or index.php : $featured_post_array = array(); Then in your featured.php file first call the global array somewhere in the beginning: global $featured_post_array; and inside … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)