Twenty Thirteen is a new default theme of WordPress for 2013. The default style of Twenty Thirteen is without sidebars. But you can use a sidebar in Twenty Thirteen with the sticky sidebar feature of Standard Widget Extensions plugin if you like. I’ll explain how to do that. 1. Enabling Sidebar Twenty Thirteen has two … Continue reading Twenty Thirteen and Standard Widget Extensions→
It seems that many people disable the revision feature of WordPress. But is it what you really want? If you learn what WordPress really do and take care of them, the revision feature will be certain benefit to you. In a default environment, WordPress works as follows. A post has only one autosaved revision at … Continue reading The truth of WordPress revision management→
Though WordPress has wp-cron functionality to do scheduled tasks, I still like Unix crontab to do them. Fortunately, we can write script programs in PHP to run from a command line even if the scripts call WordPress functions. To do WordPress operation in a script, we have to include ‘wp-load.php’ before the operation. Below is … Continue reading WordPress in command line scripts→