zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

WordPress-CLI

November 28, 2018 by Igor Drobot Leave a Comment

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…]

Filed Under: Linux Tagged With: Automation, Wordpress

WordPress Munin Plugin

June 13, 2011 by Igor Drobot 2 Comments

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…]

Filed Under: Bash, Linux, Monitoring, Networking Tagged With: Monitoring, Munin, munin-node, Wordpress

WordPress disable admin bar

February 24, 2011 by Igor Drobot Leave a Comment

And today I installed another important wordpress update. This update brought a stupid admin bar with it.

Wordpress Admin Bar

For some styles and users this can be really helpful, but not for me and my style.
[Read more…]

Filed Under: Linux Tagged With: admin bar, disable admin bar, Wordpress

Backup WordPress to Dropbox

November 27, 2010 by Igor Drobot Leave a Comment

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…]

Filed Under: Linux Tagged With: backup wordpress, Dropbox, Wordpress

WordPress html line break

June 18, 2010 by Igor Drobot Leave a Comment

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" />

<br class="blank" />

Filed Under: Linux Tagged With: HTML, Wordpress