WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installs and much more, without using a web browser. Also you can use wp-cli for cron automations.
[Read more…]
WordPress Munin Plugin
The original Plugin was written by Chris Bair, after some tunings it worked fine for me.
I made some useful modifications to this Plugin:
– Visualization of the number of Drafts
– Set table prefix (I hate hardcodet things)
And now how to use it, first you need to create a configuration file for the plugin(replace the needed credentials) [Read more…]
WordPress disable admin bar
And today I installed another important wordpress update. This update brought a stupid admin bar with it.
For some styles and users this can be really helpful, but not for me and my style.
[Read more…]
Backup WordPress to Dropbox
And I’m still fascinating of the Dropbox service. I found another useful plugin for WordPress wpTimeMachine that makes Backuping easy for you. It makes a backup to your existing Dropbox account.
This plugin can perform an automatic backup of your Word Press MySQL-database your themes, plug-ins and all the other files and images that you may uploaded to your Word Press folder.
[Read more…]
WordPress html line break
The only solution for line break I have found is to insert the following html code in the HTML Editor mode:
1 | <br class="blank" /> |