Sometimes you may want to add information to every posts but don’t want to open every single post to add that line. In this article, I will show you how to implement three use cases simply by using wordpress add_filter and the_content hook. You may add anything at the end, or at the beginning, of […]
add_filter
[WordPress] How to transform post title into UPPERCASE without plugins
To transform the post title into different style, for example uppercase, you don’t need to use any plugin. In this article I will show you how to do it simply by using WordPress filter. What we are going to do is to add a filter hook, so that the title of a post will go […]
Customizing WordPress Themes: Basic Principles & Examples
The purpose of this article is to provide some methods to customize a WordPress theme.