Can’t connect to my WordPress website using Windows 8 app?

Im trying to connect to my WordPress site (self hosted) through the Windows 8 app. First, after giving the WordPress.com account details, it show my site and ask me to Authorize. after authorizing, it say “Can’t connect to the service”. I have used several security plugins in wordpress like the Better WP Security. But they … Read more

Infinite Scroll not working in own theme

I’m developing my own theme and added this in a function which is called with the hook after_setup_theme to support infinite scroll: add_theme_support( ‘infinite-scroll’, array( ‘container’ => ‘content’, ‘footer’ => false, ‘wrapper’ => false ) ); I got this from http://jetpack.me/support/infinite-scroll/. content is the id of the container the new posts should go in. footer … Read more

Jetpack infinite scroll not working on Twenty Twelve [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question I just updated … Read more

Enable infinite scroll on single.php [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question I have a … Read more

What is content.php file that is needed for Jetpack infinite scroll plugin?

I’m currently learning how to use Jetpack infinite scroll plugin, while going through the documentation I came across ‘render’ section: http://jetpack.me/support/infinite-scroll/ It uses default loop, which I actually need to customise, it also says that if I have content.php file in my template than I’m good to go and can omit render argument. However I … Read more

Placeholders in Jetpack Contact Form [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 7 years ago. Improve this question In HTML5 you … Read more