(At the time of this writing, last stable WordPress version was 4.4.2) In the plugins folder (normaly at …/wp-content/plugins) create a new folder with your plugin name. The name should be unique because all WordPress plugins exist in the same folder. If your plugin file name is too generic, you run the risk of another … Continue reading “How to create a WordPress plugin”
Introducing pre_get_posts With pre_get_posts you can modify the main query anywhere on your site without ever touching a single file within your theme and pagination will continue to work as expected. pre_get_posts is an action hook that is called after the query variable object is created, but before the actual query is run. This means … Continue reading “Modifying the main WordPress query the right way”
source: http://www.geeks3d.com/20111026/how-users-see-the-programmers-how-programmers-see-the-users/
source: http://dilbert.com/
It isn’t easy being a programmer (or something similar). They code all day, debug all night and go through thousands of code lines trying to clear up all possible messes before going live with their code. Sometimes, it takes a fellow programmer to understand the hardships of another programmer. The same can be said of … Continue reading “Life of a developer!”