Today is the launch of WPZOO. WPZOO is a swiss based WordPress theme and plugin shop. I have always wanted to set up a site to sell my own products and now is has become a reality. I have really…
Today is the launch of WPZOO. WPZOO is a swiss based WordPress theme and plugin shop. I have always wanted to set up a site to sell my own products and now is has become a reality. I have really…
Securi released a post revealing that two popular WordPress plugins had a serious vulnerability. Theme plugin have been bundled into a number of themes. This caused a number of people to mention that one should not bundle plugins in WordPress themes. it's not…
Here are the slides from talk at WordCamp Switzerland 2014 on how to manage translations. Browser not compatible. Below is the video of my presentation. [wpvideo JYQcKbYa]
The title is a bit cheesy but it says it all. I do mostly development work and I love it but I sometimes there are some tasks where some design skills are needed which I lack. I have no designer…
One of the first big problems that I faced when I started with WordPress was how to generate a POT file. In the meantime have been able to look at all of the different tools and see their shortcoming with…
A discussion that I keep coming across with i18n in WordPress is the use of variables and constants for text domains. Everyone keeps on linking to Mark Jaquith’s post “Translating WordPress Plugins and Themes: Don’t Get Clever” and Otto’s post…
Links Theme guidelines A Guide to Reviewing Themes for the WordPress Theme Repository by Chip Bennett Review Text from Ulrich Pogson Set up test site Import the Theme Unit Test data. Add this to wp-config.php define( ‘WP_DEBUG’, true ); Install…
I had huge troubles setting Amazon S3 and Cloudfront to work on my site. I opened an issue on GitHub but Brad was unfortunately unable to help. I have no experience with AWS S3. This was the first time I was…
I have been asked a few times about adding responsive videos. At the time I was unable to give a good answer. Now I have taken time to do a bit of research and I able to give a number…
You may ask yourself what is so special about this post. Does not the codex cover load_plugin_textdomain() and load_theme_textdomain() but this posts will show what else you can do with it. With this code for the theme and plugin you can…