There are many articles which introduce workflows for git users in WordPress plugin development which requires subversion to publish into the official directory. Some articles demonstrate workflows using script programs to call svn commands for interworking between git and svn. But I like to use git commands alone for version control. And I can do … Continue reading Assets directory with git-svn in WP plugin development→
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→