• Using code snippets and template customizations in child theme

    Every now and then you need to modify plugin or theme’s templates, add some code snippet or change couple things using CSS. Best way to include your changes and make them update proof is to do it via child theme. Child theme is special theme that loads parent theme files from parent theme folder and […]
  • Complete List of WordPress Language Locales

    List of WordPress locales useful for multilanguage and translations. It can be set in WordPress Settings or in wp-config.php using constant WPLANG like: define( 'WPLANG', 'es_ES' ); Locale Name Native Name Locale Code WordPress Locale Afrikaans Afrikaans af af Akan Akan ak ak Albanian Shqip sq sq Algerian Arabic ุงู„ุฏุงุฑุฌุฉ ุงู„ุฌุฒุงูŠุฑูŠุฉ arq arq Amharic แŠ แˆ›แˆญแŠ› […]
  • How to update our plugins without hassle?

    Install Envato Marketplace (installation instructions can be found on plugin’s url) plugin for auto updating plugins and themes purchased on Envato and CodeCanyon. There is also always manual way to do update – deactivate plugin, delete it and upload latest version via Add Plugin form in WordPress. Having latest version of plugins and themes ensures […]