WordPress hooks on post creation
When you create a post in WordPress a bunch of actions happen and a lot of them allow hooking into.…
programming and psychology
When you create a post in WordPress a bunch of actions happen and a lot of them allow hooking into.…
Learning new frameworks is always a good idea even if you’re not going to use them in your job. For…
In this article I’ll explain how WordPress parses request URL and decides what to show and what to do. Unlike…
One of the many questions I’m asking myself when I look at the WordPress source code is, what could the…
Note: Unfortunately this method conflicts with “Advanced excerpt” plugin. Probably you would want to disable it. Or you may uncheck…
Sometimes you need to print one category that characterizes the post. Imagine you have a “Most popular” widget and you…