Questions tagged [jetpack]

Jetpack is a WordPress plugin that enables self-hosted WordPress installs to connect to WordPress.com to get additional features, powered by its cloud infrastructure.

Jetpack is a WordPress plugin that enables self-hosted WordPress installs to connect to WordPress.com to get additional features, powered by its cloud infrastructure.

445 questions
0
votes
2 answers

Cant connect Jetpack to wordpress.com

I have installed the jetpack plugin but I cant connect it to my website. When I click the connect button, nothing happens. My browser tries to load but nothing happens.At the end it shows an error like this: cURL error 28: Operation timed out after…
SametSahin
  • 571
  • 3
  • 7
  • 24
0
votes
1 answer

How do I remove the words "new post added at"

Every time I make a new post on my wp site, it gets auto published using Jetpack to Facebook, but each Facebook post title starts with new post added at mysite - then my post title. How do I remove/format this to only show my post title and not new…
BonJovi
  • 23
  • 4
0
votes
1 answer

WP 4.x + Jetpack Installation Error: HTTP_RAW_POST_DATA

When installing jetpack from the auto install screen, I wasn't able to get it working to an internal 500 error related to this PHP setting. HTTP_RAW_POST_DATA
Eduardo Chongkan
  • 752
  • 7
  • 12
0
votes
2 answers

Wordpress Jetpack infinite scroll

I can get the loading indicator to show up but no more posts load. I've tried doing things with 'render' and the theme name, template-parts content instead of content.php, adding another div with id to the while loop. Any help would be great…
Pete
  • 11
  • 2
  • 6
0
votes
1 answer

Wordpress JetPack is not working how to solve it?

My wordpress blog Jetpack is not working its says that error in load.php file and when i solve it my wordpress dashboard start showing blank screen my blog url is https://trustedmonitors.com/
0
votes
0 answers

Jetpack and wordpress.com showing incorrect stats after copying website

I've copied website from ColoradoCarShow.com to ArizonaCarShow.com Now both are different websites situated on different server. Problem is ColoradoCarShow.com is showing blank stats(or fresh status) and ArizonaCarShow.com which is new website is…
0
votes
0 answers

How to disable or hide WordPress.com as a social media login option for Jetpack Comments

I am looking for a method to hide or remove WordPress from the login options in Jetpack Comments. Here is a screenshot of the default comment form with Jetpack Comments enabled. https://i.stack.imgur.com/sEPvq.png Thank you! screenshot
0
votes
1 answer

Setting CSS property for ul and li in class

I am trying to set properties of the ul and li items within a class but it's not working. This is for the wordpress jetpack social media icons. I have .widget_wpcom_social_media_icons_widget .genericon { font-size:…
Paulo Matos
  • 1,614
  • 17
  • 23
0
votes
1 answer

WordPress : Why some comments go to spam

I have site and i install jetpack and akismet in my site, But the problem is some comment go to spam, But its not spam. How can solve it ?
user1325584
0
votes
1 answer

Jetpack Infinite Scroll ignore posts already displayed

I am using JetPack's Infinite Scroll on the homepage of our site and it is working fine but I also want to display certain posts on there. If a post is displayed outside the infinite loop I want it to be removed from the so there is no…
Kyon147
  • 738
  • 2
  • 11
  • 28
0
votes
1 answer

Website down after Jetpack connect to wordpress

I uploaded my wordpress site on free hosting site. It started off well but had some problems. It had jetpack installed in it and its portfolio link was not appearing. On the page of the installed plugins list, It asked to connect to wordpress.com. I…
Talha Malik
  • 1,509
  • 3
  • 22
  • 44
0
votes
1 answer

How do I view multiple posts on WP REST API?

I can do https://public-api.wordpress.com/rest/v1/sites/www.website.com/posts/ to view the latest 20 posts on a WP site. How do I view more than 20? Or view all the posts?
Muz
  • 5,866
  • 3
  • 47
  • 65
0
votes
2 answers

Jetpack plugin link not working

I am trying to add a clients linkedin account. The working path is: https://www.linkedin.com/pub/'username' the path jetpack is trying to send me to is. https://www.linkedin.com/in/'username' Any suggestions? Thanks.
0
votes
1 answer

How can I add a ID to a element only on homepage with Wordpress?

I would like to add jetpack infinity scroll to my webpage. Unfortunately the div which contain all post, not have ID only class have him, so I added ID with php: if ( is_home() ) { $homepagepostsid="posts-content"; }else{ …
InBug
  • 43
  • 1
  • 9
0
votes
0 answers

Wordpress / Jetpack / Sharedaddy tracking a global share count

Tracking a global "shares" for each post in our blog would be great. Here's what I'm trying to do. Working in Wordpress Using Jetpack/Sharedaddy social media counters Creating a Jquery listener to detect when a user click's on the share…
Simon
  • 286
  • 2
  • 15