Jetpack

2 posts tagged with “Jetpack

WordPress, Genericons, Jetpack and you

Here’s something I learned the hard way today. If you are using Genericons in your WordPress theme, and you’re enqueueing it like this: wp_register_style(‘genericons’,get_template_directory_uri().’/genericons/genericons.css’,false,$theme[‘Version’]); wp_enqueue_style( ‘genericons’ ); …you’re going to run into problems if Jetpack is enabled, because Jetpack uses the same method. Normally this wouldn’t be that much of an issue, but their version of […]

Read more →
The agony and the ecstasy of Automattic’s Jetpack

The agony and the ecstasy of Automattic’s Jetpack

In a discussion on Twitter with the Internet’s @SiobhanPMcKeown (if you don’t know who Siobhan is, you don’t read many WordPress blogs) & @Krogsgard about WordPress themes with lots of options, I mentioned that I’ve been thinking about ways to justify removing options from Museum Core in favor of using plugins to accomplish those same things.  Case […]

Read more →