Tag: WP

  • WordPress Theme Customizer Custom Controls

    WordPress Theme Customizer Custom Controls

    The Customizer is a relatively new way of WordPress Themes to provide you with options. Here is the visuality important, arrange the options directly in frontend for the Theme, play and save the settings. The post provide information about custom classes for your requirements.

  • WordPress Dropins

    Plugins are pretty popular, since it is easy to adjust your blog or website to your liking with Plugins. Less popular are Dropins. WordPress alows to replace some functions with Dropins. The list of possibilities isn’t big and not well documented. But I like to use Dropins to enhance the possibilties of caching, especially APC…

  • Hide Welcome Panel for WordPress Multisite

    With a major release update of WordPress, everytime all new functions will be displayed after updating. Basically a good idea, which displays all new features on one page. However, this is not always intentional. In the corporate environment, large groups of users aren’t interested in it, so that this screen only provides additional work for…

  • Set WordPress Featured Image Automatically

    Anyone who works in his WordPress blog with a picture and always wants or need to put one on his post – depending on the layout implementation, might like this small Plugin, which can do the setting automatically. If not a Featured Image is set it grabs the first image that was uploaded to the…

  • WordPress Options Passed To JavaScript #2

    In our first article of this mini series, I explained how to pass with JSON from PHP to JS. Alternativly you can do this with the WordPress function wp_localize_script(), but contains some pitfalls. Therefore this little tutorial, also you should think about it in advance about these two solutions.

  • WordPress Options Passed To JavaScript #1

    In WordPress you are not always in the PHP world and so you have to pass settings and data from the database to scripts sometimes. In many Plugins you can find solutions in loading the wp-load.php and therefore access to all features of WordPress. Long ago Otto (Samuel Wood) already referred to this fact and…