i1.wp.com url problem (Jetpack not installed)

I found the answer to your question. I’ve created a simple avatar plugin. (I edited and developed the code) if ( !function_exists( ‘get_avatar’ ) ) : function get_avatar( $id_or_email, $size=”0″, $default=””, $alt = false ) { if ( ! get_option(‘show_avatars’) ) return false; static $default_url; if ( !isset( $default_url ) ) $default_url=”http://example.com/image/my-image.png” ; if ( … Read more

Why 2 home pages?

“Home” and “Home page / archives” are not the same thing. Instead, they are different. If you have a static front page on your site, the “Home page / Archives” item in your stats can refer to a couple things: Your blog (posts) page, if you have one for your site Any blog archives page, … Read more

Where does Jetpack store markdown?

Just found the answer after exploring the MySQL database and finding the right field. Here is an answer from Ryan Cowles at the Jetpack staff: The HTML version of your post is stored in post_content and the Markdown version is stored in post_content_filtered. You can see how it’s stored here. Specifics aside, if you write … Read more

Unable to setup jetpack on my site

Is your web site publicly available? Do you have CURL enabled on your site? Either situation might cause your issue. If the above is not helpful, then provide more details in a comment to your question, or edit the question. Provide enough details so others will know exactly what you did, and what went wrong.

Jetpack Top post widget (display post views)

Use this code in child theme or custom snipets plugin: /** * Top Posts Widget: add post views below each post. */ function jetpackme_add_views_top_posts( $post_id ) { if( function_exists( ‘stats_get_csv’ ) ) { $stats_query = “page_stats_for_” . $post_id; if ( false === ( $special_query_results = get_transient( $stats_query ) ) ) { $stat_options = “post_id=”.$post_id.”&days=-1″; $post_stats … Read more

What is the difference between `Home page / Archieves` and the page set as homepage?

“Home page / Archives” stat doesn’t necessarily represent the number of views of a single page, although it might if your front page is a static page. The meaning of, and reason for, the designation was briefly addressed by staff member macmanx, shortly after WordPress evidently changed this stat from “Home page” to “Home page … Read more

Jetpack Lazy load images fade in

Which part doesn’t work? You might need to change your transition property to include a name, as well as a delay. Optionally add the timing: .jetpack-lazy-image { opacity: 0; transition: opacity 0.3s ease; } https://developer.mozilla.org/en-US/docs/Web/CSS/transition

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