Joshua Michaels

Results 89 comments of Joshua Michaels

Thanks for this. Yes how you put it above would be the preferred order: Pages (starting with the home/front page) Posts from new to old (including custom post types -...

I read through Automattic/wp-super-cache#98...I almost always have a static front page. After using WPSC on over 100 sites (not to mention their local install counterparts), it has been my experience...

As a workaround for this issue, for one of the current sites I am working on I wanted to come up with a solution that kept the cache primed. So...

This doesn't work for me either. What's interesting is that if you open Chrome Dev Tools then the audio file is loaded right away and you can play it. This...

Thanks for the reply - while I use the mp3jPlayer WordPress plugin (based on jPlayer) for most of my site's audio players, I'm using audio.js for a single player on...

Came to submit this issue. ```javascript class Thing extends Component { render() { return (

@formulahendry tried that and it still doesn't work. Although if you type `

This is any .js file with React and JSX. Just did another test. Created a new file called thing.js with the following: ```javascript import React, { Component } from 'react';...

Followed all the suggestions above and still cannot get formatting to work. Getting this error: `Command 'Liquid: Format Document' resulted in an error (command 'liquid.formatDocument' not found)`

Looking for a way to do this too. Once the upload is successful, the input should reset and clear the filename. I haven't been able to find a way. Tried...